i have a player that builds a playlists in a column that allows it to play and browse other folders for music ill continue to try and see if i get the two builds to work as one thanks for the pointers
most likely cause is your running the script on a unix server rather than windows. which means you may need to change a couple of lines functions.php (2 hits) Line 1152: elseif ( file_exists($path.'folder.jpg') ) Line 1154: $linkPath = rawurlencode($path.'folder.jpg'); change to functions.php (2 hits) Line 1152: elseif ( file_exists($path.'Folder.jpg') ) Line 1154: $linkPath = rawurlencode($path.'Folder.jpg'); capital "F" in folder is important on unix systems
Creating a dynamic playlist