![]() |
|
Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - Printable Version +- Networked Media Tank (http://www.networkedmediatank.com) +-- Forum: Popcorn Hour 100 Series (Sigma 8635) - A-100/A-110/B-110 (/forumdisplay.php?fid=82) +--- Forum: 100 Series - Applications & Technical (/forumdisplay.php?fid=33) +--- Thread: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* (/showthread.php?tid=5205) |
Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 06-23-2008 01:16 AM 2.16.09 Update: Again provided by and credit goes to : JaapW v1.4 of the NMT Playlist Generator has been released ![]() ![]() 1.4.0.1 Changelog: - New: OGG file support. - New: Silent Mode (ability to schedule playlist generation = create playlists without manual work). - New: Generate playlists for all subfolders of the selected folder. - New: Define the photo transition time. Only used for photo playlists. - Improved: GUI redesigned. - Improved: Help window. Get it: Download Playlist Generator v1.4 Download the v1.4 sourcecode (C#) Quote:For help, please read the readme.txt and/or the Help page inside the Playlist Generator. 1.19.09 Update: Provided by, and credit to :JaapW - New: Shuffle support (files are automatically shuffled during playlist creation). - New: Help page with usage information & tips. - New: All settings are automatically saved when closing the tool (including extension selections). - New: Folder select dialog box jumps automatically to selected folder (if it exists). - Fix: MPG & MPEG file support. - Fix: FLAC file support. - Fix: Photo playlist structure (numbers before filename). *********** 6.25.08 - PCH Directory will automaticly change all \ to a / 6.25.08 - Every PCH supported file extension has been added *****UPDATED LINK****** Download Playlist Generator v1.3: http://www.sendspace.com/file/q4apxl *********************** *****Source Code Download***** Download the source (C#): http://www.sendspace.com/file/e3py0h *************************** Alrighty, its still kinda in its infancy...theres definitly a few things we're looking to add and change...but for all intensive purposes it works pretty well. I can't take credit for it...one of my friends made it for me, but i though i'd share it. Any suggestions or improvments are welcome....but since i didn't create or code it, there will be some lag time on getting anything done. This thing will take a directory of your choosing, scan the directory for what ever file type you pick, and then create a playlist in PCH format. Here's the link to it... http://rapidshare.com/files/125077330/Playlist_Generator1.2.rar Heres a screen shot of it... ![]() Heres a break down of how it works... 1: Up the top...select the directory you want it to scan. (check the box if you want it to include any subdirectories in that directory) 2: Select the file type you want it to scan for. 3: Enter a name of the playlist 4: Enter the path starting after file:/// that you want the playlist link to have. (See example below) 5: Hit "Generate PLaylist" 6: The file will be located in the directory you selected to scan. Example: If you have a internal hard drive and your files are located in the \Music\Metallica\Master Of Puppets folder on the PCH hdd. then you'd want the "PCH Directory" to look like this.... opt/sybhttpd/localhost.drives/HARD_DISK/Music/Metallica/Master Of Puppets If its a NFS or SMB or USB connection or what ever, then you just simply plug in your Absolute path for those. Note: By defualt the "opt/sybhttpd/localhost.drives/" part will always be pre-typed into the "PCH Directory" part. But can be erased and edited. Regarding HTML's your href needs to coordinate with your file type vod= is for playlists with videos aod= is for playlists with audio files pod= is for photos Current To-Do List: -Add spinners for each #'d slot in the playlist link (the |0|0| part) -DONE [-Find a way to have \ replaced with / automaticly in the PCH Directory. (So that you can copy and paste paths, and the program will autoswap it in the outputted path) -DONE- -Isn't ALWAYS 100% accurate with file orders (depends largely on the file names...but is probably 90% accurate) -Would like it to read and transfer the directory paths being scanned to the PCH directory path. -Create a option to select where the playlist will be stored/placed -Create the possibility of having different playlist formats depending on file type selected -DONE -Add support for all file types supported by PCH DONE -Add possibility to randomize order of items in playlist for "shuffle" like playback -DONE - werner - 06-23-2008 04:25 AM nice work thx to you and your friend
- FLaSH - 06-23-2008 08:10 AM Thank you very much that I haven't to do this anymore on my own
- chris57 - 06-23-2008 08:42 AM Looks great and simple enough for even me to use, great work
- schrooms - 06-23-2008 07:22 PM OK I created the .jsp file, but how do I select it on the popcorn. It does not show up under any icon I select. Am I missing something? RE: Automatic Playlist File Generator - Updated - *Version 1.2* - excal - 06-23-2008 07:56 PM Are you working with a internal hard drive? And you're just using the browser i assume? If so I THINK you might have to create a simple html file...so you can select/run it from your popcornhour browser. Code: <html> Note....the "playlist.jsp" should contain the path and name of where ever your playlist is...and what ever its name is. for instance if your playlist name is Metallica.jsp and its located on a internal hard drive under the directory music/metallica then your html file will look like this... Code: <html> Then your browser should be able to find it. You could actually just create one Master html file...and keep adding the various play list links as you make them.....then just open the one html file in your browser and it'll contain links to all your playlists which you can select from.. - schrooms - 06-23-2008 11:03 PM OK I Got it. I'ts working now. Thanks for the help. - excal - 06-24-2008 08:53 PM sure no problem...I've been the one asking tons of questions round here so i was glad to finally contribute/help some. and like i said any improvments upon or suggestions are welcome - FLaSH - 06-25-2008 10:57 AM excal Wrote:and like i said any improvments upon or suggestions are welcome Audio: What about a file type for flac and aac? Video: What about a file type for mkv and ts? - excal - 06-25-2008 12:58 PM You're right...i hadn't even noticed they weren't on the list... mostly because i don't have many files for any of those types. I'll add that in the to-do....should be a pretty easy addition. thanks - FLaSH - 06-25-2008 01:08 PM Pictures: BMP is missing too
Auto create playlist - sjaakvanesdonk - 06-25-2008 04:03 PM Can you give me an explample for an NFS share? I use for example: nfs://172.19.3.4::films to connect to a shar eon my network. In the films share there is a directory called music where the playlist is. What will the PCH path be in this case? If the tool works i will be VERY happy !!!! - excal - 06-25-2008 04:11 PM FLaSH Wrote:Pictures: BMP is missing too heh...ya...we're just gonna put a option for every file type popcornhour states is supported on the main page... so that should cover it sjaakvanesdonk Wrote:Can you give me an explample for an NFS share? I'm not sure off the top of my head...i'll have to look into that and get back to you...i think its basicly gonna be the same as the NFS links in the juteboxes....unfortunately i don't use NFS so i don't know off the top of my head. But i think i can find an answer easy enough. (If flash or anyone knows the NFS link off the top of their head....feel free to chime in). - excal - 06-25-2008 04:52 PM general format of the PCH path should be like that... opt/sybhttpd/localhost.drives/[NFS] servername::share path/ so an example of someones working nfs link is... opt/sybhttpd/localhost.drives/[NFS] 192.168.1.104::pop/Band of Brothers/band_of_brothers_e01.mkv I've heard you can use NETWORK instead of the ip address...but i've never tried it. - FLaSH - 06-25-2008 05:03 PM I' not sure if I understand it correctly, but I would say it should look like this: Code: file:///opt/sybhttpd/localhost.drives/[NFS] servername::films/music/playlist.jspRegards, FLaSH - schrooms - 06-25-2008 05:07 PM Ome other feature or option I would like is if the playlist could be in random oder. I now looks like it is a alphabetic order. This way you can rerun it to have a shuffle function. RE: Automatic Playlist File Generator - Updated - *Version 1.2* - excal - 06-25-2008 05:17 PM FLaSH Wrote:I' not sure if I understand it correctly, but I would say it should look like this: Now that i reread your post...i'm not sure if you're asking for the path in the playlist generator or the html file you need to make to play the playlist... But if its just for the playlist generator then you don't need the file name in your PCH directory box.... so try this. opt/sybhttpd/localhost.drives/[NFS] 172.19.3.4::films/music/ If you need a path for the html file to PLAY the playlist then you need a path like flash's and the link would look like this in the html file... Code: <a href="file:///opt/sybhttpd/localhost.drives/[NFS] 172.19.3.4::films/music/NAME-OF-YOUR-PLAYLIST.jsp" aod="playlist">What-ever-you-wanna-name-the-link</a>- sjaakvanesdonk - 06-25-2008 05:27 PM I know have this: Playlist and for the jsp file: 01 - A-Ha - Take On Me.mp3|0|0|file:///opt/sybhttpd/localhost.drives/[NFS]172.19.3.4::films/Muziek/100 Hits 80s (5cd)/01 - A-Ha - Take On Me.mp3| 01 - Aztec Camera - Oblivious.mp3|0|0|file:///opt/sybhttpd/localhost.drives/[NFS]172.19.3.4::films/Muziek/100 Hits 80s (5cd)/01 - Aztec Camera - Oblivious.mp3| 01 - Bangles - Walk Like An Egyptian.mp3|0|0|file:///opt/sybhttpd/localhost.drives/[NFS]172.19.3.4::films/Muziek/100 Hits 80s (5cd)/01 - Bangles - Walk Like An Egyptian.mp3| 01 - Nena - 99 Red Balloons.mp3|0|0|file:///opt/sybhttpd/localhost.drives/[NFS]172.19.3.4::films/Muziek/100 Hits 80s (5cd)/01 - Nena - 99 Red Balloons.mp3| 01 - Wham! - Wham Rap!.mp3|0|0|file:///opt/sybhttpd/localhost.drives/[NFS]172.19.3.4::films/Muziek/100 Hits 80s (5cd)/01 - Wham! - Wham Rap!.mp3| but is does not seem to work. What is do is select a media source and then choose the playlist icon (the fourth ine next to the camera icon). Then i browse to the nfs locatation where the playlist file is. When is selct the html file i do get to see a white page with the text playlist but after selecting it (playlist) nothing happens. I see a blue screen and then the application returns to the playlist screen. by the way thanks for the quick responses already !! - excal - 06-25-2008 05:40 PM Hmmm the two things i'd double check are.... is films really all lower case? the PCH seems very sensitive to upper case vs lower case..(might wanna just double check everything to be honest). Also....try putting a space between the [NFS] and 172 it looks like theres no space there currently. (atleast in your html link there isn't). Quote:Ome other feature or option I would like is if the playlist could be in random oder. I now looks like it is a alphabetic order. Thats a cool idea....I'll check on the possibility of this...but if its difficult i got a couple things that would be higher on the priority list. create playlist - sjaakvanesdonk - 06-25-2008 07:21 PM I tried to add the space between [nfs] and the ip address of the computer. That did not change a thing. I still have the same problem. I already tried to use an easier folder name without spaces and commas but that also did not work. - excal - 06-25-2008 08:54 PM Hmm i'm a little stumped then...we'll have to recruit some help from people who use a NFS. I'll make a post in one or both of the jutebox threads. In the mean time maybe do a search for nfs links and see if you can find anything - excal - 06-25-2008 10:37 PM When you hit the "Source" button on your remote...it should list all your available connections.... whats the exact look of the NFS one on that screen? If you could even post a Screen shot that'd be great... - excal - 06-26-2008 05:26 AM A updated version has been posted... It includes support for every file type PCH has listed as supported on the main page. And now the PCH Directory will replace all \ with a / in the path....so you can copy and paste local paths in there and it will automaticly change them for you. EDIT: I was testing out the \ for / thing....its arguably the greatest thing ever...lol....now the paths can simply be copied and pasted without editing! create playlist - sjaakvanesdonk - 06-26-2008 02:40 PM I will look for the exact name this evening when i'm finished working. again thx for helping! create playlisrt - sjaakvanesdonk - 06-26-2008 06:44 PM Here's a link with a capture of the nfs shares as shown on the PCH http://www.2shared.com/file/3502386/c338ede6/IMG_1056a.html - excal - 06-26-2008 08:23 PM Did you create a account with your NFS that logs in?....if so thats whats missing....heres the response i got... Quote:I can think of a few things to check. create playlist - sjaakvanesdonk - 06-26-2008 08:54 PM Yes ... its working .... i changed a few things based on the comments here and finally this is the result: Playlist.html Playlist Playlist.jsp 01-Leona Lewis - Bleeding Love - Up - Crew.mp3|0|0|file:///opt/sybhttpd/localhost.drives/[NFS] 172.19.3.4::films/Muziek/2008_top40_week9/01-Leona Lewis - Bleeding Love - Up - Crew.mp3| 02-Mark Ronson ft Amy Winehouse - Valerie - Up - Crew.mp3|0|0|file:///opt/sybhttpd/localhost.drives/[NFS] 172.19.3.4::films/Muziek/2008_top40_week9/02-Mark Ronson ft Amy Winehouse - Valerie - Up - Crew.mp3| 03-Alain Clark - Father & Friend - Up - Crew.mp3|0|0|file:///opt/sybhttpd/localhost.drives/[NFS] 172.19.3.4::films/Muziek/2008_top40_week9/03-Alain Clark - Father & Friend - Up - Crew.mp3| 04-Anouk - I Don't Wanna Hurt - Up - Crew.mp3|0|0|file:///opt/sybhttpd/localhost.drives/[NFS] 172.19.3.4::films/Muziek/2008_top40_week9/04-Anouk - I Don't Wanna Hurt - Up - Crew.mp3| Thank you very much for helping me out !!! Create playlist - sjaakvanesdonk - 06-26-2008 09:17 PM Now things are working just a request for the program: is it possible to automatically create the .html file to? VERY HAPPY !!!!!!!! - excal - 06-26-2008 09:23 PM thats cool man....glad we got it working for ya... I'll look into auto creating a html file... Honestly if i were you i'd create one Html file that had links to all my playlists....make it easier (unless you end up with like 500 of them... )Just incase you didn't notice...theres a newer version of the playlist generator. So...aside from the space between [NFS] and 192 what else was different that made it work (simplier directories i guess?) create playlists - sjaakvanesdonk - 06-27-2008 02:38 PM Probably the simple directory names. I did not change anything else (not that i am aware of ).Creating one .html file is an option ... i will look into it, probably thats indeed the best thing i can do ... - excal - 06-27-2008 04:58 PM Ya and i can give you some code to plug into that html file to make it a little nicer looking if you're interested.....so thats its not just a plain white page with yellow text. create playlisted - sjaakvanesdonk - 06-27-2008 08:13 PM ..i'm very interested in the code. I have an ugly white page now whith only the text playlist . - excal - 06-28-2008 06:59 PM Alrighty....heres a very simple html page with some buttons Its currently setup to use a background image.... If you wanna make it a solid color...change background="bluestrings.png" to bgcolor="#000000" (this will back the background black...you can make it what ever color you want though...heres a link to color #'s.... http://www.htmlhelp.com/cgi-bin/color.cgi ) You can also use any background image you want...i just included the bluestrings one for now... The other things you can change are the Code: background="bluestrings.png" - this can be any image file you want...or be made to a solid color by changing it to bgcolor="#000000"Note: the way its currently setup, all images you use for playbuttons or backgrounds need to be in the same place as your playlist.html file...or you need to insert a absolute path to where ever they are. heres the code for the html file if you want just that.... Code: <html>but bear in mind, thats gonna leave you empty image boxes If you want the whole package...this file contains the html file, the play buttons and that background image... http://rapidshare.com/files/125667060/share.rar Heres what it looks like with either a background or a solid color (in this case black) Note: It looks slightly different on the actually popcornhour...The yellow box doesn't appear around the images ![]()
So close, but how do I specify an SMB share - lebleaux - 07-07-2008 12:05 PM Can you tell me how to specify an SMB share, complete with userid and password. Have tried: file:///opt/sybhttpd/localhost.drives/[SMB] colin@NETWORKUSB password="password":: share/avilibrary...... and other arrangements of userid and password. Have placed the html file and the jsp file in the music directory of the local PCH disk. I can display the html, I can select the playlist link and I get a 'Could not play' message. I see the PCH attempt to play all 10 files in the jsp (the could not play message blinks 10 times) but no luck. I gotta be close. Any help is much appreciated - excal - 07-07-2008 04:29 PM Ya...i'm not sure how passwords work with SMB paths....i've seen it around, but i'll have to ask some people and get back to you. but ya, if its recognizing the 10 files...then you're real close...its probably just a access violation...basicly its acknowledging the file is there, but since you didn't supply the password its not allowing you to access it. thats my guess anyways...i'll try to get the info for ya tho. Re: So close, but how do I specify an SMB share - excal - 07-16-2008 04:31 AM lebleaux Wrote:Can you tell me how to specify an SMB share, complete with userid and password. Alright i just tested this using a account with a password. I only had to use a password in the network share setup....no password in the actual file path... Heres the path i used... Code: <html>and my playlist path entered into the automatic generator looked like this.... opt/sybhttpd/localhost.drives/[SMB] James@192.168.0.100:movies/Dexter - Season 1 worked perfect for me. RE: Automatic Playlist File Generator - Updated - *Version 1.2* - LeeRoy88 - 09-05-2008 06:36 PM Hi excal, i'm been trying with your playlist and haven't that much luck with it . I try to explain what im done so far.I did the first 6 step at the begining. After that the repley you did to "schrooms" with the internal drive and everything. I'm been trying with the folder "Alien Ant Farm - Anthology". ![]() There you can see the names and heres the code: Code: <html> Now i put the two files in to Popcornhour A-100, in the same folder as the .mp3 files are. Okey, now i go to popcornhour and will try it. Here is some pitureas from start to the end. Start ![]() In to the data flap, furthest at the right ![]() I pursch the Alien Ant Farm - Anthology playlist.html ![]() Then this path comes up ![]() A close up Then i push enter on it with the remote ![]() Then this page comes up, it's like before. I don't know what i did wrong, i would like to try it. /Thanks (sorry for the big pictures, new at this )
RE: Automatic Playlist File Generator - Updated - *Version 1.2* - excal - 09-05-2008 06:51 PM So....to be honest, i'm not sure what your question is. By the looks of your image posted it seems to be playing just fine. What problems are you having? RE: Automatic Playlist File Generator - Updated - *Version 1.2* - LeeRoy88 - 09-05-2008 07:09 PM Oh, sorry . My question is, where is the playlist? Should it be like that?You gave me these links, from what i guess it's you popcornhour. http://img110.imageshack.us/my.php?image=dscn0308wz4.jpg http://img110.imageshack.us/my.php?image=dscn0313hq6.jpg http://img149.imageshack.us/my.php?image=musicdetailsxc7.jpg That was sick in my eyes, in my popcornhour i just want a playlist that shows all the songs in the folder i have chosen. You see, i'm very very bad at html... it would be greate if somebody could upload there own "html file", i would appreciate very much. /Thanks RE: Automatic Playlist File Generator - Updated - *Version 1.2* - excal - 09-05-2008 07:28 PM oooh...heh. Those are from my jukebox...thats a whole different animal ![]() Its not going to show you the list of songs in the html file....it'll just play all the songs. But if you want something better then just a plain white screen...i got a basic thing setup... ![]() http://rapidshare.com/files/125667060/share.rar see post #33 for further instructions. RE: Automatic Playlist File Generator - Updated - *Version 1.2* - LeeRoy88 - 09-05-2008 07:41 PM Hehe, thanks man for the help . Nice jukebox I will work from there
RE: Automatic Playlist File Generator - Updated - *Version 1.2* - excal - 09-05-2008 08:31 PM if you wanna dive into a music jukebox...let me know and i'll let ya know what you're options are. RE: Automatic Playlist File Generator - Updated - *Version 1.2* - LeeRoy88 - 09-05-2008 08:49 PM Hey again , i'm been trying to work with the .html file now. But i was wondering if it's even possible toget something like yours? When i play a music file i want it to still show the other files. For exempel "Winamp" http://scenenotheard.files.wordpress.com/2007/10/winamp.JPG RE: Automatic Playlist File Generator - Updated - *Version 1.2* - excal - 09-05-2008 09:20 PM No unfortunately thats not possible with the NMT currently. not unless someone developes a completely independent player or something. To get something like my jukebox, you need a seperate program. But you wait a little while i might have a new project going that will do everything automaticly without any extra programs ![]() No unfortunately thats not possible with the NMT currently. not unless someone developes a completely independent player or something. To get something like my jukebox, you need a seperate program. But you wait a little while i might have a new project going that will do everything automaticly without any extra programs
RE: Automatic Playlist File Generator - Updated - *Version 1.2* - LeeRoy88 - 09-05-2008 09:54 PM Sounds nice then i wait, its alot of work with html when you are a nooby like me ![]() But i check in here in a week and see the progras
RE: Automatic Playlist File Generator - Updated - *Version 1.2* - FLaSH - 09-13-2008 10:05 AM What about .flac? I have downloaded the tool, but it still seems to be version 1.0.0.0.0 ![]() Regards, FLaSH RE: Automatic Playlist File Generator - Updated - *Version 1.2* - excal - 09-13-2008 03:28 PM I'm not sure why flac isn't in there...to be honest i had thought it was. I'll put it on the to-do list to get it in there. I'm really hoping we can get the photo format and spinners in there soon too.....just so many things to do ![]() and 1.0.0.0.0 thats currently the current version....i called it 1.2 in the thread just so it didn't confuse people...but we considered the first release a beta release and this one a actual full release. RE: Automatic Playlist File Generator - Updated - *Version 1.2* - looptroop - 09-21-2008 06:57 PM Hmm, tired of trying different options. Looking for some assistance: 1. I have PCH-A100 with firmware 080812. No HDD. 2. Using SMB and sharing C:/Music. Computer name is "HomePC" (i.e. not capitals). 3. Share name in PCH is "HOMEPC:Music". URL in PCH is "smb://HOMEPC/Music". 4. Can successfully browse and play music. 5. Constructed a playlist "playlist.jsp" in C:/Music and it includes: song.mp3|0|0|file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/HOMEPC/Music/song.mp3| 6. Constructed a html file and it includes: href="file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/HOMEPC/Music/playlist.jsp" aod="playlist">Songtest Well, it doesn't play. When i click "Songtest" it just returns to html file. Help is appreciated. /L Edit: All sorted now. Had to be: song.mp3|0|0|file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/HOMEPC:Music/song.mp3| and href="file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/HOMEPC:Music/playlist.jsp" aod="playlist">Songtest I.e. "HOMEPC:Music" instead of "HOMEPC/Music". RE: Automatic Playlist File Generator - Updated - *Version 1.2* - excal - 09-21-2008 11:41 PM yup...glad you got it lemme know if ya need anything else RE: Automatic Playlist File Generator - Updated - *Version 1.2* - looptroop - 09-22-2008 05:44 PM Well, since your asking... ![]() I'm new to PCH but it would be nice to browse my music library and select all songs from one artist or one album. - This would require the script to generate one playlist file for each (sub-)folder. - And instead of storing those files all around in the corresponding folders, you store them all in a separate (top-)folder. - Then the script could also create an html file in the separate folder with all (picture-?) links for browsing, each link pointing to a playlist and named like "xxx" or "xxx/yyy" where xxx is the higher folder name (usually the artist) and yyy is the lower folder name (usually the album). - Hmm, guess this will be huge still since I have around 2000 folders. /L RE: Automatic Playlist File Generator - Updated - *Version 1.2* - excal - 09-22-2008 08:56 PM well...i agree, that'd be nice...and its on the to-do list. Unfortunately my to-do list is like months long... i have a few to many projects going on....and with this one specificly...i need my friend's help and he's been non-responsive for awhile.However, there is something fairly promising looking that i'm not associated with....but its in german...you can find it here... http://www.networkedmediatank.com/showthread.php?tid=8210 RE: Automatic Playlist File Generator - Updated - *Version 1.2* - pc001 - 10-02-2008 02:35 AM Is there a way to select certain files within a directory to generate this playlist? Not all files. Perry also, be able to play files in a certain user defined order. Perry RE: Automatic Playlist File Generator - Updated - *Version 1.2* - excal - 10-02-2008 06:55 PM not with my generator.... You'd have to do it by hand....or make a file with my generator and re-arrange it by hand. RE: Automatic Playlist File Generator - Updated - *Version 1.2* - krajyk - 10-04-2008 08:54 AM Thanks for the tool. Very helpful. After two solid nights, I got the SMB paths to work. Many trial and error with share name, share URL, jsp file name, etc. At least it finally works. Now my problem is that once I load the playlist, I get the Popcorn Hour background image (the one you see when you play music) displayed in a translucent state along side with the video that is playing from the list. The list works just fine because it goes through each video but this Popcorn Hour image is always up and running with every video. How do I get rid of this so I can just see the video? RE: Automatic Playlist File Generator - Updated - *Version 1.2* - excal - 10-04-2008 04:30 PM Thats really bizzare....i've never seen that before. Admittedly, i haven't tried a whole lotta video playlists...but i do remember doing 1 or 2 as tests and i never got that. I'll do a couple tests this weekend and see if i see anything. RE: Automatic Playlist File Generator - Updated - *Version 1.2* - pc001 - 10-04-2008 10:57 PM I don't see a mpg extention available, only *mpeg in the latest version. I can certainly rename them... however... Perry one more thing, may be I am extra dumb. I tried to follow your instruction on p1 re: creating this html file. No luck. How does PCH see this html file? via the video icon or text icon. I can not see it via Video icon, but, via text icon, it shows, but then, in blank white background. Nothing play. (P.S. I tried to play a couple mpeg files.) Thanks for your help. Perry RE: Automatic Playlist File Generator - Updated - *Version 1.2* - pc001 - 10-05-2008 01:00 AM Option1: I also took a look at the orignal jsp file, the path it created for the video *mpeg look like: HNN.mpeg|0|0|file:///opt/sybhttpd/localhost.drives/HNN.mpeg| Option2: Is this right? or should it say: HNN.mpeg|0|0|file:///opt/sybhttpd/localhost.drives/Video/Folder1/HNN.mpeg| I am strictly using PCH browser to get to the html file via the text icon... When played, I see the text file with a link says "Playlist" but then, when press, nothing play (with the option2 above), or it simply crash (with option 1 above). Thanks again, Perry RE: Automatic Playlist File Generator - Updated - *Version 1.2* - excal - 10-05-2008 02:09 AM are you using a internal hard drive? It seems you probably are... The path should look like this then file://opt/sybhttpd/localhost.drives/HARD_DISK/Video/Folder1/HNN.mpeg You have to put in HARD_DISK before the video in the Popcornhour Path at the bottom. RE: Automatic Playlist File Generator - Updated - *Version 1.2* - krajyk - 10-05-2008 02:20 AM (10-04-2008 04:30 PM)excal Wrote: Thats really bizzare....i've never seen that before. Some more information to help reproduce and debug the problem. I'm running A110 with latest firmware (01-17-080818-15-POP-403). I've tried creating a Music, Video, and Photo playlist. They all work in terms of playing each file one after the other: For Music playlist - You get the Popcorn hour background image, with information about the audio file, tags, etc. in the lower left corner. This works as expected. For Video playlist - You get the behavior as I mention in my inital post - the same Popcorn background image is displayed with each video file. The PCH image is translucent so you can see both video and image. For Photo playlist - You get similar behavior to Video playlist where the PCH image is translucent and you see the photo and image but each photo is only displayed a split second. I read somewhere that the |0|0| parameter would make the transition be 6 seconds. But for whatever reason it shows up real quickly and goes away. Here are the playlists for each: MUSIC 03 Stronger.m4a|0|0|file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/Music/iTunes/Compilations/Graduation/03 Stronger.m4a| VIDEO 00049.MTS|0|0|file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/Videos/2008/2008-01/00049.MTS| PHOTO DSC00001.JPG|0|0|file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/Photos/2008/2008-07-01 Ryan 0-6 Months/DSC00001.JPG| RE: Automatic Playlist File Generator - Updated - *Version 1.2* - pc001 - 10-05-2008 12:58 PM Escal, I finally got it to work, however, I concur with the above finding w/ same behavior: For Video playlist - You get the behavior as I mention in my inital post - the same Popcorn background image is displayed with each video file. The PCH image is translucent so you can see both video and image. Also, just to confirm that I am not missing anything, 1. looks like the Generator old accepts *.mpeg not *.mpg? 2. Where do I browse to this html file? Under the text icon, right? Perry RE: Automatic Playlist File Generator - Updated - *Version 1.2* - excal - 10-05-2008 03:13 PM Ummm as far as i'm aware it accepts mpg.... in fact i'm looking at my list of file types in the automatic playlist generator and it says .mpg Which version of the generator are you using? 2. Yes you get to the html file from the 4th icon on the right. @krajyk Ya i'm aware of the short timing of photos on screen. Its because we need the photo formats to be different the video and music. Thats something i'm still trying to work on. I had talked to my friend about doing it this weekend....i wouldn't place the chances of that being done at very good...but we can always hope ![]() I'm about to go look at video playlists and photo real quick...brb RE: Automatic Playlist File Generator - Updated - *Version 1.2* - pc001 - 10-05-2008 09:27 PM Excal, Thanks. OK, as far as mpg, it says mpg for you to choose, but if you look at what it choose, it says both *.mpeg and *mpeg. I think perhaps some coding typo? Because in fact, my mpg files are not chosen. Yes V1.2 As far as the background image, what a bummer! I was hoping to be easy... but the PCH background image keeps showing up and the video file played with the name and some file info as well. Look forward to having a solution. Thanks for your great work. Sincerely, Perry BTW, can APFG plays a photo slide show with a background mp3 file at the same time? Perry RE: Automatic Playlist File Generator - Updated - *Version 1.2* - excal - 10-05-2008 09:37 PM Well 2 comments. The PCH background thing isn't anything done by the playlists...thats something with the playlist firmware. But i can tell you that its not there (atleast in photos) in the new beta firmware. 2. You can play photoslide shows and mp3 files or mp3 playlists at the same time. Thats handled in your html file. Code: <a href="music file or playlist" pod="1,1,photo playlist">Playlist</a>thats the format. Normally you just put MUTE...which means no music in the background....but you can put a file or playlist iinstead of MUTE and you're right...theres a typo in the code. It seems to scan for mpeg. I'll try to get that worked out. RE: Automatic Playlist File Generator - Updated - *Version 1.2* - krajyk - 10-06-2008 06:18 AM (10-05-2008 09:37 PM)excal Wrote: Well 2 comments. Hmm, that's unfortunate it's not going to work. BTW, when does the new beta firmware get released? I'm looking at the code to play both mp3 and photoslide show. Just to confirm, is the photo playlist part of the code the actual file name as well? So Code: <a href=... pod="1,1,file:///opt/(rest of file name)">Playlist</a>? RE: Automatic Playlist File Generator - Updated - *Version 1.2* - pc001 - 10-06-2008 12:52 PM OK, Escal, thanks so much for all these works. that helps a lot. Look forward to seeing the next Beta, please test it with a video as well. Thanks. Perry RE: Automatic Playlist File Generator - Updated - *Version 1.2* - excal - 10-06-2008 12:53 PM 4.1 Audio On Demand and Photo Album Browser Tag Sample Song URL: Can be direct Song URL (http://iHome/withoutyou.mp3) or JSP Songs List URL (http://iHome/songlist.jsp) or special keyword MUTE for photo album without song. Song List Format (songlist.jsp) Song Title|Range Start|Range End|Song URL| Example: Without You|0|0|http://iHome/withoutyou.mp3| Hotel California|0|0|http://iHome/hotelcalifornia.mp3| The above playlist will play 2 MP3 song from begin to end. Mode: 1 = Photo Album, 2 = Audio On Demand Reserved: Reserved Photo URL: JSP to generate the Photo List (photolist.jsp) So for example say i had a playlist for Tool in my music directory under tool.....then i had a slide show in Photos/rome/ the href would look like this. Code: <a href="file:///opt/sybhttpd/localhost.drives/HARD_DISK/Music/Tool/tool.jsp" pod="1,1,file:///opt/sybhttpd/localhost.drives/HARD_DISK/Photos/rome/rome.jsp">Rome Photos</a>I'm not gonna lie to you, its been awhile since i made one of these so i'm not 100% on the fact that its pod="1,1,path" instead of pod="2,1,path" to work correctly, but i'm about 80% sure. btw...the new firmware will be out soon i assume. Its already in RC2 and we haven't seen any real problems that would hold it back...but obviously that just an educated guess on my part, cause i have no control over when its released
RE: Automatic Playlist File Generator - Updated - *Version 1.2* - arturo - 10-06-2008 06:01 PM Very cool Excal, but.... please don't forget FLAC (again)! RE: Automatic Playlist File Generator - Updated - *Version 1.2* - Bertbert - 10-07-2008 11:33 PM @krajyk/PC001 For the Popcorn Hour screen appearing over your video, check the HTML file you are using to launch the playlist. For audio 'aod' is used, but for video I think you should have 'vod'. For example: Code: <html> See if that fixes your issue. RE: Automatic Playlist File Generator - Updated - *Version 1.2* - pc001 - 10-08-2008 03:43 AM You are Genius! BertBert! Thank you. Perry RE: Automatic Playlist File Generator - Updated - *Version 1.2* - krajyk - 10-08-2008 06:16 AM Cool, that worked for me as well. I suppose the sample code for aod was for audio playlists. Now I understand aod vs. vod vs. pod... RE: Automatic Playlist File Generator - Updated - *Version 1.2* - pc001 - 10-08-2008 12:45 PM One wouldn't think it can be so simple... haha... The only wish list I have then, is to be able to choose files instead of all or none. I know I can do it manually, but wouldn't it be nice to be able to do so? Then, I can move the html codes around to define the play order myself (or better yet, if APLG can let use choose. Not difficult, I don't think, but, I can live by without that.) Thanks Escal for this program. Perry RE: Automatic Playlist File Generator - Updated - *Version 1.2* - marlab - 10-12-2008 09:39 AM Looks like nice tool, but in reality without flac support is in useless for me... I tried the link provided in first post - the file name states it's a version 1.2, but inside archive the version is 1.0.0.0 RE: Automatic Playlist File Generator - Updated - *Version 1.2* - excal - 10-12-2008 02:36 PM Ya my buddy who does the coding on this thing, he didn't consider the first version version 1.0 for some reason...he was calling it a beta, However i didn't realize that and i called the previous version 1.1 or something (it was the 2nd revsion). So when this one came out...the third. I just called it 1.2 so that it didn't confuse people. I'm trying to pester him to add in Flac at the very least. But i'd really like that seperate format for image slideshows....with the spinners. He codes for a living though, so getting him to go home and do any work on this thing is like pulling teeth. Unfortunately, the coding for this thing got beyound my abilities....so i hadda just become the idea man slash nagging guy who bugs him to add in feature requests....lol But trust me i'm trying
RE: Automatic Playlist File Generator - Updated - *Version 1.2* - pc001 - 10-12-2008 08:48 PM excal, Thank you for trying. We appreciate that. BTW, do you know a way to customize the html file to use specific fonts? e.g. Chinese fonts to display a certain playlist name in the html code? Perry RE: Automatic Playlist File Generator - Updated - *Version 1.2* - pc001 - 10-15-2008 12:34 AM OK, someone helped me out elsewhere on this Board, it might well be Chris. But, anyway, basically when encoding the html file, I have save it as UTF-8 format. Then, things work. Perry Simple html playlist - bhelpuri - 10-19-2008 03:05 AM Hi guys, I have been watching this thread and thank you all for your hardwork. Playlist generator is really very helpful. I also tried excals html page to use the playlists. But I needed more number of playlists on single page with cliparts so that my 4 year old son can use it(He cannot read words). So without any knowledge on html I just took one webpage from net and modified it with my common sense. You can have 77 playlist on signle page with cliparts. I have uploaded the files at http://www.megaupload.com/?d=M4R2TWMK I hope you will enjoy it, off course you need to edit this html file as per your files location. Screenshot: http://www.ImageShack.us" /> Modification required: 1) Path of you playlist(.jsp file) in html file. 2) Copy your clipart/pictureart to image directory and change its name in html file. 3) change vod or aod as per video or audio file in html file. 4) Copy whole directory to anywhere in you pch and access it. Bhelpuri RE: Automatic Playlist File Generator - Updated - *Version 1.2* - pc001 - 10-19-2008 12:57 PM This is helpful for me, I am like you, no expert in html. Thanks. Perry RE: Automatic Playlist File Generator - Updated - *Version 1.2* - j05hu4 - 10-21-2008 05:40 PM (06-23-2008 01:16 AM)excal Wrote: ... Great work! Only I play a lot of FLACs and it isn't listed... :| May I suggest a textbox where one can type a custom extension filter? Anyway a lot of cheers for this app! grtz, Joshua RE: Automatic Playlist File Generator - Updated - *Version 1.2* - bhelpuri - 10-24-2008 02:31 AM Hi guys, I am using a lot of playlist some of my playlists are having 100 items. Is there any way to go to particular no. of item or random play. I am sorry if it is already been discussed. Please enlighten me on this. RE: Automatic Playlist File Generator - Updated - *Version 1.2* - zoef - 10-24-2008 11:21 AM @bhelpuri, I installed the user homepage from The Index.htm thread UserHomepage version 0.10 After that I modified the "classic" theme and now I can play all my music which is on the hard drive random. I can start the randomplay function without putting my TV first on. So it is great. RE: Automatic Playlist File Generator - Updated - *Version 1.2* - yellow360f - 10-24-2008 07:05 PM Excal, in the first post you mentioned absolute path. If its a NFS or SMB or USB connection or what ever, then you just simply plug in your Absolute path for those. Note: By defualt the "opt/sybhttpd/localhost.drives/" part will always be pre-typed into the "PCH Directory" part. But can be erased and edited. _________________________________________ i am confused about absolute path. is it file:///opt/sybhttd/localhost.drives/NETWORK_SHARE/sharename or http://localhost.drives:8883/NETWORK_SHARED/sharename RE: Automatic Playlist File Generator - Updated - *Version 1.2* - excal - 10-24-2008 07:10 PM its the first one. I'm not entirely possitive but i don't think localhost.drives:8883 will work for anything other then a internal hard drive...but don't qoute me on that. with that said i went back and looked at your question in the index.htm thread.... try the file:///opt/sybhttd/localhost.drives/NETWORK_SHARE/sharename in there RE: Automatic Playlist File Generator - Updated - *Version 1.2* - pc001 - 10-25-2008 01:51 PM Escal, One weird problem: when playing a certain homemade mpeg file directly from PCH Video menu, it plays fine. However, when play from the playlist (2nd song into the list), it says file not playable and therefore skipped. Any idea? Perry Any idea when the next version is coming? Perry RE: Automatic Playlist File Generator - Updated - *Version 1.2* - excal - 10-25-2008 04:27 PM Hmmm no that is weird. I actually had that problem with some jpeg's awhile back. It seemed to depend on how i setup the href, if i set it one way, it would only display about 50% of the jpeg's....if i set it another way it played all of them fine. I'm going to hang out with my friend who helps me with this today. I've asked him a few times in the last week or two, but getting him to work on it is like pulling teeth....but i'll try again today
RE: Automatic Playlist File Generator - Updated - *Version 1.2* - pc001 - 10-25-2008 08:48 PM thanks, excal. It is not just one file, it is multiple files. Perry RE: Automatic Playlist File Generator - Updated - *Version 1.2* - hockey1980 - 10-27-2008 12:42 AM hi, Could someone give me an example of the PCH Directory for an external USB drive with directory on drive music/coldplay RE: Automatic Playlist File Generator - Updated - *Version 1.2* - pc001 - 11-02-2008 01:55 PM Excal, Would we see an update from this plugin anymore? I am just wondering. Thanks. Perry RE: Automatic Playlist File Generator - Updated - *Version 1.2* - excal - 11-02-2008 04:07 PM God i hope so... I just can't get my friend to sit down and help. Its getting to the point where i'm thinking of getting the source and just letting someone else take over the project (if someone else is interested in helping anyways). RE: Automatic Playlist File Generator - Updated - *Version 1.2* - JimmyB7 - 11-11-2008 06:35 PM I have successfully used Version 1.2 to create a slideshow of photos, with music, using A-110 and latest firmware. Thank you excal very much. My problem is when I try to play a series of videos (m2ts). The videos play OK but there is an annoying black screen between each video with the message "Audio 1/1:AC3". How do I eliminate this unwanted screen? My HTML for the video playlist is: "Movies One line from the playlist JSP is: 20080812113944.m2ts|0|0|file:///opt/sybhttpd/localhost.drives/HARD_DISK/Video/M2TSs/8-20-2008/20080812113944.m2ts| RE: Automatic Playlist File Generator - Updated - *Version 1.2* - excal - 11-11-2008 07:02 PM Hmmm..i'm not sure theres anything your html or a playlist could do to eliminate that. I suspect it might be a thing with the popcornhour itself. Photos used to be like that, but they eliminated the black screen with a firmware update...so maybe they need to do that with mts files too? RE: Automatic Playlist File Generator - Updated - *Version 1.2* - castalla2007 - 11-26-2008 07:42 PM I have a usb stick. The audio files are in a folder called /PUCCINI. What is the specification for PCH directory? RE: Automatic Playlist File Generator - Updated - *Version 1.2* - excal - 11-26-2008 10:50 PM opt/sybhttpd/localhost.drives/USB_Drive_A-1/PUCCINI I'm not 100% on usb_drive it might be USB_DISK_A-1 if you hit "source" on your pch remote...it'll show what the pch refers to the drive as (it might even be A1 instead of a-1) RE: Automatic Playlist File Generator - Updated - *Version 1.2* - grahams - 12-07-2008 12:03 PM Any idea how to generate a jsp playlist in Linux? Is the source code posted? RE: Automatic Playlist File Generator - Updated - *Version 1.2* - AlexNC - 12-07-2008 06:13 PM Can I suggest a toggle to "randomize" the playlists after they are made? This will help us have some what of a shuffle feature for our music playback until the devs can come up with a real firmware solution. RE: Automatic Playlist File Generator - Updated - *Version 1.2* - excal - 12-11-2008 05:04 PM So after some discussion with my friend, i think i've come to realization that i'm just not gonna be able to squeeze anymore support for this out of him. He was nice enough to send me the source code to share. So anyone willing to take over the project, or make adjustments, or wants to use the coding in another project is free to do so. http://rapidshare.com/files/172418157/PlaylistGenerator.zip I've updated the first page to include this download too. RE: Automatic Playlist File Generator - Updated - *Version 1.2* - pc001 - 01-06-2009 01:59 AM I tried to use: Playlist but none of my regular mp3 plays at all in this playlist. The photos plays fine. "Could not play" is the message superimposed on top of each photo slideshow. Any idea? Perry RE: Automatic Playlist File Generator - Updated - *Version 1.2* - TMK - 01-10-2009 11:42 PM EDIT1: This I quickly resolved after posting, but I'll leave the post if someone else get the same problem (see solution at end of post) After trying all hints I could find in this thread, i got stuck. I hope you can help me out. 1. I have A-110 without HDD. Latest FW (01-17-081023-15-POP-403-000). 2. I have all content on a NAS (QNAP TS-101 (OS: Linux)) 3. Network share to the NAS is smb://DREAMNAS/Music. Link works and I can "manually" play the files (through PCHs normal UI) in the playlist mentioned below. 4. Playlist.html, playlist, song1.mp3 and song2.mp3 resides under DREAMNAS/Music/test 5. When I select the playlist i get the "Buffering..."-screen and then the "Could not play"-message. This is the Playlist.html file: Code: <html>And this is the playlist.jsp file: Code: <html><body>I have also tried the /DREAMNAS:Music/ notation (in both the html and jsp files) but to no avail. EDIT2: The solution (after finding some other examples) was to exchange DREAMNAS:Music to just Music, which happens to be the name I gave this specific Network share in PCH. So the path in both the html and jsp files now starts with file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/Music/test/ BR TMK RE: Automatic Playlist File Generator - Updated - *Version 1.2* - pc001 - 01-11-2009 12:50 AM OK, FINALLY!! After painful hours of trail and error... I finally manage to play photos with music!!!!!! Well, let me share with you my experience, hopefully this may help someone. First, it really depends on how you edit the html and jsp files. If you, like me, just simply edit via smb network in Windows Explorer, BEWARE of the delay. i.e. look careful at the CAPS and non-caps characters. When it say "Could not Play", what PCH means is the path or file names does not match!! Well, you have to patient and careful examine everything... Therefore, my conclusion is, either put everything in CAPS or small letters. You have to examine NOT ONLY the html file, but also the jsp files. e.g.///opt/sybhttpd/localhost.drives/HARD_DISK/Photo/Disney08/Day2_HollywoodStudio/PC272654.JPG (PATHS) also be careful of the filename itself as well! Again, watch for the CAPS!! Best wish... Perry RE: Automatic Playlist File Generator - Updated - *Version 1.2* - jluc2808 - 01-14-2009 11:34 PM hi, great job , but the photo jsp generated aren't in the format specified to be played with Syabas myiBox spécification : which is : Photo Interval (in seconds)|Reserved|Title|Photo URL| Example: 5|0|Photo 1|http://iHome/photo1.jpg| instead of : (which is the .jsp generated) Song Title|Range Start|Range End|Song URL| Example: Without You|0|0|http://iHome/withoutyou.mp3| could you consider this with the new release ? RE: Automatic Playlist File Generator - Updated - *Version 1.2* - excal - 01-15-2009 01:56 AM trust me i'm trying... RE: Automatic Playlist File Generator - Updated - *Version 1.2* - JaapW - 01-19-2009 01:28 AM Hello all, This is my first post at NMT.com. I bought a Popcorn Hour a few weeks ago. After a lot of struggles (and frustration), I started learning how the thing works. I am enjoying the device more and more every day! One of the bad things is that there's no built-in shuffle support for music playback. I bumped into the Playlist Generator and saw that excal provided the sources. I took the source and started out with the goal to add shuffle support. Along the way I added a few other new features and removed a few bugs as well. I used the feedback from this topic as much as possible and I think that I made some improvements which are useful for others as well. The result: Playlist Generator v1.3! Download Playlist Generator v1.3: http://www.sendspace.com/file/q4apxl Download the source (C#): http://www.sendspace.com/file/e3py0h I have included a Readme.txt. The changes compared to v1.2: - New: Shuffle support (files are automatically shuffled during playlist creation). - New: Help page with usage information & tips. - New: All settings are automatically saved when closing the tool (including extension selections). - New: Folder select dialog box jumps automatically to selected folder (if it exists). - Fix: MPG & MPEG file support. - Fix: FLAC file support. - Fix: Photo playlist structure (numbers before filename). Hope you enjoy the work. Thanks to excal and his programmer for the basic tool and for sharing the source so the community can improve and everyone else can take the benefits. Jaap RE: Automatic Playlist File Generator - Updated - *Version 1.2* - excal - 01-19-2009 01:44 AM very cool man...thanks for sharing the work! I'll put it up on the front page if you're ok with that. RE: Automatic Playlist File Generator - Updated - *Version 1.2* - Nautilus - 01-19-2009 02:19 AM (01-19-2009 01:28 AM)JaapW Wrote: Hope you enjoy the work. Thanks to excal and his programmer for the basic tool and for sharing the source so the community can improve and everyone else can take the benefits. Nice work, thanks a lot! It's great to have the photos working also... ![]() I would like to make one feature request, which admittedly won't be very easy to implement - I think. To make the playlist generator perfect (at least for my use ) it would be nice if it could scan all subdirectories in a way that it could create a playlist per directory. In this case you would put the start directory to the upper box, e.g. X:\Photos. In the lower box you would define the correponding nmt path, e.g. /opt/sybhhtpd/localhost.drives/NETWORK_SHARE/Media/Photos. With complete lack of understanding for programming, I hope I'm not shooting for the moon here... But I sure understand if you JaapW or excal don't feel up to starting this big of a rewrite.
RE: Automatic Playlist File Generator - Updated - *Version 1.2* - JaapW - 01-19-2009 10:04 AM (01-19-2009 02:19 AM)Nautilus Wrote: Nice work, thanks a lot! It's great to have the photos working also... I'll look into this and see if it is possible without doing a full rewrite ![]() (01-19-2009 01:44 AM)excal Wrote: very cool man...thanks for sharing the work! Sure - no problem! Thanks!
RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 01-19-2009 06:06 PM adjusted the first page with new downloads. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - jluc2808 - 01-20-2009 02:04 AM very good and great job the photo playlist is well generated , but in my example i put - 5|0|Photo 1|http://iHome/photo1.jpg| - but just to show the format , I think it's better to let 0|0| which let the system using the photo parameters setted in the NMT RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - shinner - 01-20-2009 08:10 PM Can someone point out where I'm going wrong. Here's a screen cap showing the playlist generator, the error window and also a listing of the directory I'm trying to generate the playlist for (to indicate that I can connect to the files from via the local network). I've tried generating the list with and without a slash on the end of both of the "select" and "NMT" folder locations (all combinations of the two). I'm really at a loss because I thought things were gonna go ok once I read the help tips. Looking at the error, the prog seems to want to find duckman_s1.jsp in the source folder, not the NMT folder (i.e. the internal HDD)
RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 01-20-2009 08:18 PM hmm it almost seems as if you don't have write permission to the folder. But someone else might know better then I in this case. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - shinner - 01-20-2009 08:35 PM (01-20-2009 08:18 PM)excal Wrote: hmm it almost seems as if you don't have write permission to the folder. But someone else might know better then I in this case. I believe that is true....I cannot copy any files to this drive (USB_DRIVE_A-1) from within Windows, but I have no problem writing to the internal HDD (HARD_DISK). I thought I remembered reading that this was a common limitation...but I could be wrong. Whenever I want to add content to the USB HDD, I have to disconnect it from the PCH and connect it directly to my laptop. Still, I don't understand why the playlist gen is trying to look for (or write) the jsp file to the USB drive when I've directed it to write to the internal HDD...unless this is some sort of temporary operation. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 01-20-2009 08:55 PM It shouldn't be...it was always just supposed to make the jsp file into the directory it scans. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - JaapW - 01-20-2009 09:03 PM (01-20-2009 08:55 PM)excal Wrote: It shouldn't be...it was always just supposed to make the jsp file into the directory it scans. The playlist.jsp file is written to the specified NMT location. This is explained in the Help section in the tool. If your system doesn't have write rights, it will fail the operation. As far as I know, the tool always wrote the playlist to the NMT location, also already pre-v1.3. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - shinner - 01-20-2009 09:13 PM (01-20-2009 09:03 PM)JaapW Wrote: The playlist.jsp file is written to the specified NMT location. This is explained in the Help section in the tool. That is how I understood it from the help section as well....but, as you can see in the error, it's wanting to write it to the usb drive as specified in the source file folder....which has me stumped. Note that I have no problems writing to the internal HDD. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 01-20-2009 09:25 PM So is M: your usb drive or your PCH hard disk? RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - shinner - 01-20-2009 09:28 PM (01-20-2009 09:25 PM)excal Wrote: So is M: your usb drive or your PCH hard disk? M: is the drive letter I've mapped to the USB drive. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 01-20-2009 10:18 PM Through your PCH? If so...thats why. Its trying to write the file there. The "NMT Directory" is just the path it inserts to the href so the PCH knows where to look for it. What ever you have for "Select Directory" is where its going to try and write the file. It will make the file where ever you scan. There currently isn't any way to scan one directory and save the file somewhere else RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - Gert-Jan - 01-20-2009 10:32 PM Thanks a lot for this great tool! I managed to create 2 working playlists within one html file within 10 minutes which means everone can use it
RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - shinner - 01-20-2009 11:09 PM (01-20-2009 10:18 PM)excal Wrote: Through your PCH?Yep....USB1 connected to the PCH is mapped as M in windows. (01-20-2009 10:18 PM)excal Wrote: The "NMT Directory" is just the path it inserts to the href so the PCH knows where to look for it.Ahh....I thought it was where the program wanted to write the jsp file to! (01-20-2009 10:18 PM)excal Wrote: What ever you have for "Select Directory" is where its going to try and write the file.And this is where I thought the program looked for the source files so it knew what to write to the jsp. So if all this above is true, does that mean you have to manually enter the names of the files you want to appear in the playlist? Hope so, otherwise I'm really gonna be confused.
RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 01-20-2009 11:24 PM No, what you need to do is connect the USB drive to your laptop...pick that folder to as it appears to your Laptop.. But set up the NMT Directory AS the PCH would see those files. so if those files are on the USB drive connected to the pch, then you want to change HARD_DISK in the nmt directory to USB_DRIVE_A-1 RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - shinner - 01-20-2009 11:32 PM (01-20-2009 11:24 PM)excal Wrote: No, what you need to do is connect the USB drive to your laptop...pick that folder to as it appears to your Laptop..yep, I was just figgerin' that out! Only in NMT I have to put in the full path to the files otherwise it just tags the individual filenames on the end of USB_DRIVE_A-1 which isn't the correct path. Running the generator I get jsp output that looks like this: duckman.s01e01.avi|0|0|file:///opt/sybhttpd/localhost.drives/USB_DRIVE_A-1/Adults/Standard Def/Duckman_Season 01/duckman.s01e01.avi| Think I still have some things to figure out as these don't appear to be links to me. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 01-20-2009 11:34 PM off the top of my head that looks correct actually RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - shinner - 01-20-2009 11:45 PM got it working....didn't have the right html format for the PCH to recognize the playlist as video files. Looked back through the thread for the proper format, made the change....bingo. All is good! Thanks for the help. Now, I just need to work the code into the html page for Duckman in MLMJ so that I have the option of playing all of Season 1, Season 2 as well as the individual episodes that MoC auto generates. What I'd really like to do is figure out the other method where you have the TV series main screen which shows covers/links for the individual seasons which you can navigate to....that's some heady stuff for me at the moment since I just figured out MLMJ and now the playlist generator! RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 01-20-2009 11:54 PM All you have to do is just add the jsp files to Movie Collector just like you would any movie file...i had setup MLMJ to use jsp files. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - shinner - 01-21-2009 12:39 AM I think I'm gonna start over because I might do some rearranging of files...which means I'll probably have to regenerate the playlists. No big deal since I know how to do it now. I just don't want to look at it 6 months from now and wish I'd have done it another way. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - JaapW - 01-21-2009 05:10 PM So how did you get rid of the error? The playlist is created on the path you specified as 'NMT Directory'. Note that this folder is not only used to store the playlist.jsf file, but it also uses that path to create the links to the files in the playlist. It needs these links in order to find the files while playing the list on the PCH (the PCH needs to have the correct link to the file). Example: So, if you have your music on the USB_DRIVE_A-1 drive on a folder called "music", shared as folder "Z:\music", you would insert "Z:\music" under "Select files". Then, at "NMT Directory" you need to define the path to the files from the perspective of the PCH. In this case, it would be something like "opt/sybhttpd/localhost.drives/USB_DRIVE_A-1/music". Ib this case, the playlist file is created at the location "USB_DRIVE_A-1/music" on the PCH. This means that from the place that you are running the Playlist Generator, you need to have write rights on the location "USB_DRIVE_A-1/music" on the PCH. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - dede34fr - 01-21-2009 07:48 PM Tks for your tool. I should like to automatically update the photo album playlist if possible. I've used Playlist generator 1.2 and 1.3 for pictures & music and it worked fine but the format produced is not compatible with the "Audio on demand with photo album" format published at: http://www.networkedmediatank.com/downlo..._v1.2.html It should be great to get a facility to automatically rescan the Photo folder and produce the playlist according to the Audio on demand spec. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - shinner - 01-21-2009 08:34 PM (01-21-2009 05:10 PM)JaapW Wrote: So how did you get rid of the error? - Hooked up the external USB drive to my laptop....it was assigned G: - Entered "G:\Adults\Standard Def\Duckman\Season 02" in the "select directory" field. This points to the source files. - Entered "duckman02.jsp" for the Playlist filename. This creates the file in the directory named in "select directory" above. - Enterted "opt/sybhttpd/localhost.drives/USB_DRIVE_A-1/Adults/Standard Def/Duckman/Season 02" for "NMT directory". This provides the path on the NMT where the source files will be found. What I've come to understand (and didn't realize at first) is that you don't need to be connected to the NMT to generate the playlist. All you need is access to the directory with the files (it can be anywhere as long as you can write to the disk) and the info as to where on the NMT the source files will be found. The PLG will scan any directory and make the link to the file using the path found in the NMT directory field. In theory you could point the PLG to a directory of nonsense on your hard drive just to generate the proper syntax for the jsp file, then edit it in notepad replacing the path of the source files (and the source filenames) with what you know to be true on a non-writable disk. Because you can't write to the USB on the NMT via a network connection....I could point the PLG to a local directory with any file in it, provide the proper NMT directory info and let it generate the PL. Then edit the jsp file with notepad, copy the single line as many times as needed and then edit each line with the proper path and filenames as they are on the non-writable USB drive. Sure, it's a pain in the ass to do it manually, but for someone who doesn't know java syntax but can look at it and realize what needs to change, it's a workaround. Much easier to disconnect the USB drive from the MNT and connect it locally (making it writable), but if you don't have physical access to the drive but can see it on the network, you could get your playlists done if you were really bored ![]() (01-21-2009 05:10 PM)JaapW Wrote: The playlist is created on the path you specified as 'NMT Directory'. Note that this folder is not only used to store the playlist.jsf file... This is not true (though I thought it was as well)....the jsp file is written to the directory specified in the "select directory" field. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 01-21-2009 08:39 PM Yes thats correct... The jsp file is DEFINITLY stored where ever you have specified in "select directory" The NMT directory is only the path entered into the path of the jsp file.. essentially name|0|0|NMT Directory| RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - JaapW - 01-21-2009 11:13 PM (01-21-2009 08:34 PM)shinner Wrote: - Hooked up the external USB drive to my laptop....it was assigned G: Yes, indeed you are right. I got it mixed up because my 'Select Directory' is the NMT HDD (so in my case the .jsp is generated directly on the PCH). Sorry for the confusion
RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - jluc2808 - 01-22-2009 10:29 PM (01-21-2009 07:48 PM)dede34fr Wrote: Tks for your tool. I should like to automatically update the photo album playlist if possible. yes I agree with that demand . In the mean time , what I have done to do this : I used MJ5 (musicjukebox 5) and generate playlist and page detail with my photo folder (I included .jpg and .bmp extension) I generate music shuffle playlist , and regenerate in each directory of my photo folder the playlist with playlist File generator modify all the html to change the shuffle playlist generated by mj5 with the right javascript pointing to my musicplaylist and my photoplaylist. ex: PHP Code: <td width="2%" align="center" valign="middle"><a href="file:///opt/sybhttpd/localhost.drives/HARD_DISK/Music/Top-Selection/selection/playlist.jsp" pod="1,0,file:///opt/sybhttpd/localhost.drives/HARD_DISK/Photo/Famille%20Berno%20-%20Bagnol/brigitte/anniversaire%2043%20ans/playlist.jsp"><img src="pictures/shufflebutton.png" alt="Shuffle" width="30" height="30" border="0" onfocussrc="pictures/shufflebutton_sel.png" onmouseover="this.src='pictures/shufflebutton_sel.png';" onmouseout="this.src='pictures/shufflebutton.png';" /></a></td> I know it's a little bit long to do that manually but it's work So I repeat I agree with you demand RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - systemic - 01-23-2009 08:08 AM I have been lurking around for a solution to send a command line from a PC to PCH, without a hdd, to play a video and or a music file on a WHServer(SMB). Would a playlist saved in notepad as a html file saved on PC desktop; play such a file on the PCH when opened from the PC desktop? I appreciate the help! RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - Blackhalo - 01-23-2009 08:58 AM Does it / Will it support OGG like the player does? RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - loryans - 01-25-2009 08:19 AM I've been racking my brains trying to figure this out for my music video collection. All my music videos are stored on the internal HD under Videos/musicvideos/ I have an index.htm file on the internal HD that has the following line in it: My playlist.jsp sits in the same directory as the music videos and looks like: Air - Alpha Beta Gaga.avi|0|0|file:///opt/sybhttpd/localhost.drives/HARD_DISK/share/Video/musicvideos/Air - Alpha Beta Gaga.avi| and so on However when I press enter from my index.htm on the music videos icon - I just get a continuous message on the screen saying "Could not play". There's no way to stop it at this point, so I have to reboot it. Any ideas? - sorted it out by removing "share" from the NMT path Now would just love if it played a different shuffle order each time somehow. When you have almost 2,000 music videos in a single directory and it plays in the same order each time - it's a tad annoying (but I can't complain about a free product!). Thanks for this great tool! RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - Joff - 01-25-2009 11:30 AM Hi, Like you, I have 2000+ music videos. I use 'Music Jukebox 5' to play my music videos. Works well, you'll be able to shuffle the playlist each time you load it. You'll have to generate the playlists each time you add some music videos though. Wish it would be possible to run this automaticly. Preferably overnite. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - loryans - 01-25-2009 12:35 PM (01-25-2009 11:30 AM)Joff Wrote: Hi, So how do you generate the random playlist using 'Music Jukebox 5'? I already use it for my MP3 collection, so am curious how to also use it for these music videos. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - Joff - 01-25-2009 01:42 PM (01-25-2009 12:35 PM)loryans Wrote: So how do you generate the random playlist using 'Music Jukebox 5'? I already use it for my MP3 collection, so am curious how to also use it for these music videos. I made a copy of the playlists html page made by Music Jukebox 5 (make sure the shuffle.php is there as well). In the html page I changed the links to the .jsp files. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - pc001 - 01-27-2009 04:02 AM Thank you for keeping this little program alive. I wish I know programming to help. My wish, can it be made even more simpler to create the html file that link to the playlist and allows dynamic links of audio, video and graphic playlist? Sincerely, Perry RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - Banditt - 01-30-2009 03:17 AM Program works great, just one request: Can you make an option to select where you want the playlist file to be saved? RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - hereistom - 01-31-2009 05:02 AM Oh Yes, many thanks from here ![]() I love it to play the random photo slideshow with the random music on the background. Great work, thank you again
RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - Case_sensitive - 02-10-2009 01:10 AM Hi I tried to run the playlist gen but i always get this error. ************** Testo dell'eccezione ************** System.UnauthorizedAccessException: Accesso al percorso 'J:\Video\Rallye\rallye.jsp' negato. in System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) in System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) in System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) in System.IO.StreamWriter.CreateFile(String path, Boolean append) in System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize) in System.IO.StreamWriter..ctor(String path, Boolean append) in PlaylistGenerator.MainWindow.button6_Click(Object sender, EventArgs e) in System.Windows.Forms.Control.OnClick(EventArgs e) in System.Windows.Forms.Button.OnClick(EventArgs e) in System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) in System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) in System.Windows.Forms.Control.WndProc(Message& m) in System.Windows.Forms.ButtonBase.WndProc(Message& m) in System.Windows.Forms.Button.WndProc(Message& m) in System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) in System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Assembly caricati ************** mscorlib Versione assembly: 2.0.0.0 Versione Win32: 2.0.50727.1433 (REDBITS.050727-1400) Base di codice: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- Playlist Generator Versione assembly: 1.3.0.7 Versione Win32: 1.3.0.7 Base di codice: file:///C:/Documents%20and%20Settings/matt/Desktop/Playlist%20Generator.exe ---------------------------------------- System.Windows.Forms Versione assembly: 2.0.0.0 Versione Win32: 2.0.50727.1433 (REDBITS.050727-1400) Base di codice: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Versione assembly: 2.0.0.0 Versione Win32: 2.0.50727.1433 (REDBITS.050727-1400) Base di codice: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Versione assembly: 2.0.0.0 Versione Win32: 2.0.50727.1433 (REDBITS.050727-1400) Base di codice: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Configuration Versione assembly: 2.0.0.0 Versione Win32: 2.0.50727.1433 (REDBITS.050727-1400) Base di codice: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Versione assembly: 2.0.0.0 Versione Win32: 2.0.50727.1433 (REDBITS.050727-1400) Base di codice: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- mscorlib.resources Versione assembly: 2.0.0.0 Versione Win32: 2.0.50727.1433 (REDBITS.050727-1400) Base di codice: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- System.Windows.Forms.resources Versione assembly: 2.0.0.0 Versione Win32: 2.0.50727.42 (RTM.050727-4200) Base di codice: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_it_b77a5c561934e089/System.Windows.Forms.resources.dll ---------------------------------------- ************** Debug JIT ************** Per attivare il debug JIT, è necessario impostare il valore jitDebugging nella sezione system.windows.forms del file di configurazione dell'applicazione o del computer (machine.config). L'applicazione inoltre deve essere compilata con il debug attivato. Ad esempio: RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - JaapW - 02-10-2009 09:01 AM It seems like you don't have write rights on the J:\ drive. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - Case_sensitive - 02-10-2009 12:41 PM J:/ is the main HDD internal partition. Someone can help me please? Or maybe can you suggest me other playlist programs. Thanks RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - JaapW - 02-11-2009 09:19 PM Well, if you want help, you need to put some additional information in here (system specs, drive locations, operating system etc). No, I don't know any other playlist program. The Playlist Generator works well in terms of generating playlists, so I'm sure the problem is somewhere in your setup. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 02-12-2009 01:41 PM @Jaap Can i make a request? Can we add user inputs to the 5|0| in photo playlists? The 5 being the time on screen, and i think i recently discovered (but haven't confirmed) that the 0 is the method of transition between photos. It would really help out for photo transitions. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - JaapW - 02-12-2009 02:38 PM Yes, I'm going to add that option. I am preparing v1.4. The main change is the ability to create playlists for each subfolder inside the selected folder. Also, the interface is going to be updated a bit to make it more user-friendly. (01-19-2009 02:19 AM)Nautilus Wrote: Nice work, thanks a lot! It's great to have the photos working also... Just to let you know, v1.4 of the Playlist Generator will support this feature. It did require a rewrite of the tool, but I am happy to do it (I thought it was a great and useful suggestion). I got the basic recursive playlist creation for each subfolder implemented already. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - Case_sensitive - 02-12-2009 04:30 PM Ok, ok I got it...now I can see the PCH. I connected it with Samba and Playlist generator works fine. But...How can I execute the playlist jps file? I can't run it from the PCH even if I select text file mode. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 02-12-2009 04:33 PM you have to make a html file that links to the jsp file. I think theres an example on page 2 or 3 roughly RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - JaapW - 02-12-2009 04:36 PM Exactly. In the v1.3 Readme.txt are two examples of how to set up the HTML file: Audio playlist: Code: <html>Photo playlist with music playlist as background music: Code: <html>This will work on the PCH. Simply go to the file area on your NMT, click the HTML file and select the link. The playlist will then start ![]() btw, v1.4 is progressing nicely as we speak I hope you're going to like it when it's ready.
RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - Case_sensitive - 02-12-2009 05:24 PM I really appreciate your help but i think I'm very dumb. When I run the html file the PCH is buffering and on the top left it says could not play. This is my html file. Code: <html>It is not in the same folder of the jsp file. I tried with a video playlist but I got the same result. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - JaapW - 02-12-2009 05:28 PM Could you post the contents of your .jsp playlist file? Most probably the location of your files on your NMT isn't correct. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - Case_sensitive - 02-12-2009 05:43 PM I think the problem is when I create the playlist. There must be some error with the internal hdd part. In my pc is shared as Z:\. 13 - Morcheeba - The Ledge Beyond The Edge.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Morcheeba/Dive Deep/13 - Morcheeba - The Ledge Beyond The Edge.flac| (15) [Tricky] Evolution Revolution Love (Remix).wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Tricky/Blowback/(15) [Tricky] Evolution Revolution Love (Remix).wav| 11 Little by little.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Groove Armada/The Best Of/11 Little by little.wav| 04 At the river.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Groove Armada/The Best Of/04 At the river.wav| Kelis - Young Fresh And New (Timo Maas Remix).flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Timo Maas/(2003) Music for the Maases 2/Kelis - Young Fresh And New (Timo Maas Remix).flac| Wild Honey Pie.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/10 - The Beatles - 22 novembre 1968/Disc 1/Wild Honey Pie.wav| 05 Breathing In Fumes.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Depeche Mode/Remixes/05 Breathing In Fumes.wav| 08 08 Last Child.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Aerosmith/Hits/08 08 Last Child.flac| 13 In The End.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/GreenDay/Dookie/13 In The End.wav| It's Only Love.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/05 - Help - 6 agosto 1965/It's Only Love.wav| 09 Sour Times.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Portishead/Live_ Roseland NYC/09 Sour Times.wav| 01 Girls Who Play Guitars.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Maximo park/Our Earthly Pleasures/01 Girls Who Play Guitars.wav| 01 Rhymin' & Stealin'.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Beastie Boys/License to Ill/01 Rhymin' & Stealin'.flac| 08 Roads.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Portishead/Dummy/08 Roads.wav| 01 Bang Bang [My Baby Shot Me Down].wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Kill Bill Vol.1 Original Soundtrack/01 Bang Bang [My Baby Shot Me Down].wav| 4 Special Cases.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Massive Attack/100th Window/4 Special Cases.wav| 02 Lady Writer.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Dire Straits/Sultans of Swing/02 Lady Writer.wav| 07 07 Sweet Emotion.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Aerosmith/Hits/07 07 Sweet Emotion.flac| 11 Nothing Left To Say But Goodbye.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Audioslave/Revelations/11 Nothing Left To Say But Goodbye.flac| 03 03 Sparks.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Röyksopp/Melody A.M/03 03 Sparks.flac| 06 You Ain't The first.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Gun's and Roses/Use your Illusion/06 You Ain't The first.wav| I Me Mine.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/13 - Let It Be - 8 maggio 1970/I Me Mine.wav| 118 Wheel Of Fortune.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Hans Zimmer/Pirates of the Carribean Dead's Man's Ch/118 Wheel Of Fortune.wav| 016 Pennyroyal Tea.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Nirvana/Umplugged in NY/016 Pennyroyal Tea.wav| (07) [Kruder & Dorfmeister] Kieser-V.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Kruder and Dorfmeister/G stone book/(07) [Kruder & Dorfmeister] Kieser-V.wav| 10 Don't Let Me Be Misunderstood.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Kill Bill Vol.1 Original Soundtrack/10 Don't Let Me Be Misunderstood.wav| 03 The Girl Is Mine (With Paul McCar.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Michael Jackson/Thriller/03 The Girl Is Mine (With Paul McCar.wav| 07_16. A Fool For You.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Ray Charles/(2000) The Very Best Of Ray Charles/07_16. A Fool For You.flac| Do You Want To Know A Secret.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/01 - Please Please Me -22 marzo 1963/Do You Want To Know A Secret.wav| 16 Coma.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Gun's and Roses/Use your Illusion/16 Coma.wav| I'll Cry Instead.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/03 - A Hard Day's Night - 10 lugliio 1964/I'll Cry Instead.wav| 098 E-Bow The Letter.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/R.E.M/The Best Of R.E.M. (In Time 1988-2003)/098 E-Bow The Letter.wav| 05 - Scorpio Rising.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Death in Vegas/Scorpio Rising/05 - Scorpio Rising.flac| When I Get Home.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/03 - A Hard Day's Night - 10 lugliio 1964/When I Get Home.wav| Blue Jay Way.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/09 - Magical Mystery Tour - 1 giugno 1967/Blue Jay Way.wav| 04. 108 Battles (Of The Mind).flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Kula Shaker/Kollected (The Best Of)/04. 108 Battles (Of The Mind).flac| 13 End It On This.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/No Doubt/Tragic Kingdom/13 End It On This.wav| 13 Believe.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Lenny Kravitz/Greatest Hits/13 Believe.wav| 07 - Wake Up.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Rage Against The Machine/Rage Against the Machine/07 - Wake Up.flac| 12 Something In The Way.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Nirvana/Nevermind/12 Something In The Way.wav| (14) [Hooverphonic (H)] The Last Thi.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Hooverphonic/Sit Down And Listen To.._/(14) [Hooverphonic (H)] The Last Thi.wav| 05 Original Fire.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Audioslave/Revelations/05 Original Fire.flac| 07 Get The Balance Right - Dec. 1982.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Depeche Mode/The Singles 80-85/07 Get The Balance Right - Dec. 1982.wav| 03 Sugar 5.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Lamb/Beetween Darkness and Wonder/03 Sugar 5.wav| 105 Electrolite.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/R.E.M/The Best Of R.E.M. (In Time 1988-2003)/105 Electrolite.wav| 17 Just Can't Get Enough - (Schizzo.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Depeche Mode/The Singles 80-85/17 Just Can't Get Enough - (Schizzo.wav| 15 Urami Bushi.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Kill Bill Vol.2 Original Soundtrack/15 Urami Bushi.wav| Moratorium.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Alanise Morisette/Flavors Of Entanglement/Moratorium.wav| Anna (Go To Him).wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/01 - Please Please Me -22 marzo 1963/Anna (Go To Him).wav| 18 Interview With Rod Temperton Abou.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Michael Jackson/Thriller/18 Interview With Rod Temperton Abou.wav| 01 Humming.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Portishead/Live_ Roseland NYC/01 Humming.wav| 8 Relaxin' At Club F____n.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Koop/Waltz for Koop/8 Relaxin' At Club F____n.wav| 05 Lithium.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Nirvana/Nevermind/05 Lithium.wav| Your Mother Should Know.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/09 - Magical Mystery Tour - 1 giugno 1967/Your Mother Should Know.wav| 12 God Is A DJ (Early Days Mix).wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Faithless/God is a DJ remixes/12 God Is A DJ (Early Days Mix).wav| 23 Shelter From The Storm.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Bob Dylan/The essential/23 Shelter From The Storm.flac| 29 I've Got TO Use My Imagination _.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Forrest Gump Soundtrack/29 I've Got TO Use My Imagination _.wav| Roll Over Beethoven.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/02 - With The Beatles - 22 novembre 1963/Roll Over Beethoven.wav| 05 Zoo York.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Paul Oakenfold/Bunkka/05 Zoo York.wav| The Cardigans - Long Gone Before Daylight - 11 - 0345 No Sleep.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Cardigans/Long Gone Before Daylight/The Cardigans - Long Gone Before Daylight - 11 - 0345 No Sleep.flac| 17 Paint It, Black.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Rolling Stones/40 licks/17 Paint It, Black.wav| 01 - The Ruler's Back.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Jay-Z/The Blueprint/01 - The Ruler's Back.flac| You Like Me Too Much.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/05 - Help - 6 agosto 1965/You Like Me Too Much.wav| 01 Block Rockin' Beats.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Chemical Brothers/Dig Your Own Hole/01 Block Rockin' Beats.wav| Revolution 9.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/10 - The Beatles - 22 novembre 1968/Disc 2/Revolution 9.wav| 16 Ironside [Excerpt].wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Kill Bill Vol.1 Original Soundtrack/16 Ironside [Excerpt].wav| The Clash - The Singles - 12 - Tommy Gun.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Clash/The Singles/The Clash - The Singles - 12 - Tommy Gun.flac| 04. Lithium.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Evanescence/(2006) The Open Door/04. Lithium.flac| 11 Just Like A Woman.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Bob Dylan/The essential/11 Just Like A Woman.flac| 04 Thriller.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Michael Jackson/Thriller/04 Thriller.wav| Don't Pass Me By.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/10 - The Beatles - 22 novembre 1968/Disc 1/Don't Pass Me By.wav| Citizen Of The Planet.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Alanise Morisette/Flavors Of Entanglement/Citizen Of The Planet.wav| 078 Friction.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Morcheeba/Big Calm/078 Friction.wav| 07 Euro Child.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Massive Attack/Protection/07 Euro Child.wav| 13 Fire Coming Out Of The Monkey's H.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Gorillaz/Demon Days/13 Fire Coming Out Of The Monkey's H.wav| 08 My Iron Lung.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Radiohead/The Bends/08 My Iron Lung.wav| 06 She's on Fire.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Scarface/06 She's on Fire.flac| 06 I Want To Be The Boy To Warm Your.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The White Stripes/Elephant/06 I Want To Be The Boy To Warm Your.wav| Times Like These.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Foo Fighters/One by One/Times Like These.wav| 9 10 Spellbound.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Ac-Dc/For those about to rock/9 10 Spellbound.flac| 06 Better Things.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Massive Attack/Protection/06 Better Things.wav| 10 10 - If I Can't Have You.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Zero 7/The Garden/10 10 - If I Can't Have You.wav| (09) [Hooverphonic] Vinegar & Salt.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Hooverphonic/Sit Down And Listen To.._/(09) [Hooverphonic] Vinegar & Salt.wav| 35 Stealing My Heart.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Rolling Stones/40 licks/35 Stealing My Heart.wav| 08 Learn.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Lamb/Beetween Darkness and Wonder/08 Learn.wav| 05 Azul.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Bebel Gilberto/Momento/05 Azul.flac| 04 - '03 Bonnie & Clyde (feat. Beyonce' Knowles).flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Jay-Z/The Blueprint 2 - The Gift & The Curse/The Blueprint² - The Gift & The Curse (Disc 1 - The Gift)/04 - '03 Bonnie & Clyde (feat. Beyonce' Knowles).flac| 12 Big Cheese.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Nirvana/Bleach/12 Big Cheese.wav| 07 In Limbo.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Radiohead/Kid A/07 In Limbo.wav| 06 - What They Gonna Do (feat. Sean Paul).flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Jay-Z/The Blueprint 2 - The Gift & The Curse/The Blueprint² - The Gift & The Curse (Disc 1 - The Gift)/06 - What They Gonna Do (feat. Sean Paul).flac| We Can Work It Out.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/15 - Past Masters Vol. 2 1965-1970 - 7 marzo 1988/We Can Work It Out.wav| 08 Match box.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Kooks/Inside In Inside out/08 Match box.wav| 06 Rush (Spiritual Guidance Mix).wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Depeche Mode/Remixes/06 Rush (Spiritual Guidance Mix).wav| 11 Harpoons.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Chemical Brothers/We are the night/11 Harpoons.wav| 07 Dayton - Sound of Music.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Back to Mine - Groove Armada/07 Dayton - Sound of Music.wav| 09 This Strange Effect.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Hooverphonic/Blue wonder Powder Milk/09 This Strange Effect.wav| 27 We Believe.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Red Hot Chili Peppers/Stadium Arcadium/27 We Believe.wav| 03 Big Mistake.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Natalie Imbruglia/Left of the Middle/03 Big Mistake.wav| The Clash - The Singles - 14 - English Civil War (Johhny Comes Marching Home).flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Clash/The Singles/The Clash - The Singles - 14 - English Civil War (Johhny Comes Marching Home).flac| 14 No Roots.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Faithless/No Roots/14 No Roots.wav| Electrify.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Beastie Boys/(1998) Hello Nasty/Electrify.flac| 008 One Too Many Mornings.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Chemical Brothers/Exit Planet Dust/008 One Too Many Mornings.wav| 11 A Little Soul.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Pulp/Hits/11 A Little Soul.wav| 05 05 Let Me Put My Love Into You.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Ac-Dc/Back in Black/05 05 Let Me Put My Love Into You.flac| Old Brown Shoe.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/15 - Past Masters Vol. 2 1965-1970 - 7 marzo 1988/Old Brown Shoe.wav| 03 - Izzo (H.O.V.A.).flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Jay-Z/The Blueprint/03 - Izzo (H.O.V.A.).flac| 02. Good Luck.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Basement Jaxx/The Singles/02. Good Luck.flac| 03 - U Don't Know (Remix) (feat. M.O.P.).flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Jay-Z/The Blueprint 2 - The Gift & The Curse/The Blueprint² - The Gift & The Curse (Disc 2)/03 - U Don't Know (Remix) (feat. M.O.P.).flac| (12) [Tricky] Feed Me.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Tricky/Maxinquaye/(12) [Tricky] Feed Me.wav| 05 Beat It.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Michael Jackson/Thriller/05 Beat It.wav| 06 06 Only Ones Who Know.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Arctic Monkeys/Favourite Worst Nightmare/06 06 Only Ones Who Know.flac| The Clash - The Singles - 16 - Know Your Rights.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Clash/The Singles/The Clash - The Singles - 16 - Know Your Rights.flac| 10 Inside my mind (Blue skies).wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Groove Armada/The Best Of/10 Inside my mind (Blue skies).wav| The Cardigans - Long Gone Before Daylight - 01 - Communication.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Cardigans/Long Gone Before Daylight/The Cardigans - Long Gone Before Daylight - 01 - Communication.flac| 06 Lung.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Hooverphonic/Blue wonder Powder Milk/06 Lung.wav| 08 Fireworks.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Moby/18/08 Fireworks.wav| 11 Dr Zee.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Moloko/I'm Not A Doctor/11 Dr Zee.wav| 1_1.10_11. Open Your Eyes.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Snow Patrol/(2006) Eyes Open/1_1.10_11. Open Your Eyes.flac| 16 If you have a cross to bear you m.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Moloko/Things to Make and Do/16 If you have a cross to bear you m.wav| 08 Torture Me.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Red Hot Chili Peppers/Stadium Arcadium/08 Torture Me.wav| 02 Cowboys.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Portishead/Live_ Roseland NYC/02 Cowboys.wav| 09. Groove Armada - lightsonic.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Groove Armada/Vertigo/Soundboy Rock/09. Groove Armada - lightsonic.flac| colazione da tiffany.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilation/Album sconosciuto/colazione da tiffany.wav| 06 Under Pressure.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Queen/Greatest Hits/06 Under Pressure.wav| 13 Caravan (feat. Finley Quaye).wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Timo Maas/Loud/13 Caravan (feat. Finley Quaye).wav| The Clash - The Singles - 10 - White Riot.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Clash/The Singles/The Clash - The Singles - 10 - White Riot.flac| 100 Imitation Of Life.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/R.E.M/The Best Of R.E.M. (In Time 1988-2003)/100 Imitation Of Life.wav| 07 Undress Me Now.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Morcheeba/Charango/07 Undress Me Now.wav| 27 18 With a Bullet.wma|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Lock, stock & two smoking barrels soundtrack/27 18 With a Bullet.wma| 07 Creedence Clearwater Revival.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Forrest Gump Soundtrack/07 Creedence Clearwater Revival.wav| 05 Where You End.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Moby/Hotel/05 Where You End.wav| 20 08 Red Light Indicates Doors Are Sec.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Arctic Monkeys/Whathever People Say That's What I'm not/20 08 Red Light Indicates Doors Are Sec.flac| 15 03 Fake Tales Of San Francisco.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Arctic Monkeys/Whathever People Say That's What I'm not/15 03 Fake Tales Of San Francisco.flac| (05) [Tricky] Pumpkin.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Tricky/Maxinquaye/(05) [Tricky] Pumpkin.wav| 06 The Meaning Of Soul.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Oasis/Don't Believe The Truth/06 The Meaning Of Soul.wav| 04 Don't Cry (Original).wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Gun's and Roses/Use your Illusion/04 Don't Cry (Original).wav| 09 Someone.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Hooverphonic/A new Stereophonic Sound Spectacular/09 Someone.wav| 10 Little Acorns.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The White Stripes/Elephant/10 Little Acorns.wav| 07 Somedays.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Audioslave/Revelations/07 Somedays.flac| 03 Gasoline.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Audioslave/Audioslave/03 Gasoline.flac| 01 - Bombtrack.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Rage Against The Machine/Rage Against the Machine/01 - Bombtrack.flac| 43 Friends Will Be Friends.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Queen/Greatest Hits/43 Friends Will Be Friends.wav| 08 Right Here, Right Now.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Fatboy Slim/Why Try Harder - FatBoy Slim Greatest Hi/08 Right Here, Right Now.wav| 08 Think About You.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Gun's and Roses/Appetite for Destruction/08 Think About You.wav| 03 Clarence _Frogman_ Henry.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Forrest Gump Soundtrack/03 Clarence _Frogman_ Henry.wav| 02_02.09_17. Off He Goes.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Pearl Jam/(2004) Rearviewmirror (Greatest Hits 1991-2003)/02_02.09_17. Off He Goes.flac| 13. Mystical Machine Gun.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Kula Shaker/Kollected (The Best Of)/13. Mystical Machine Gun.flac| 01 Hello.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Oasis/What's the story_ (morning glory)/01 Hello.wav| 07 Track07.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Natalie Imbruglia/White Liles Island/07 Track07.wav| Maxwell's Silver Hammer.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/12 - Abbey Road - 26 settembre 1969/Maxwell's Silver Hammer.wav| 07 Son Of A Preacher Man.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Pulp Fiction Soundtrack/07 Son Of A Preacher Man.wav| Crumb Begging Baghead.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Baby Shambles/Shotters Nation (2007)/Crumb Begging Baghead.wav| 01. Sweet Sacrifice.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Evanescence/(2006) The Open Door/01. Sweet Sacrifice.flac| Jackie.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Placebo/(2003) Covers/Jackie.flac| I'm So Tired.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/10 - The Beatles - 22 novembre 1968/Disc 1/I'm So Tired.wav| 10 - The Bounce.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Jay-Z/The Blueprint 2 - The Gift & The Curse/The Blueprint² - The Gift & The Curse (Disc 1 - The Gift)/10 - The Bounce.flac| The Clash - The Singles - 15 - Hitsville UK.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Clash/The Singles/The Clash - The Singles - 15 - Hitsville UK.flac| (08) [Kruder & Dorfmeister] Peace Or.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Kruder and Dorfmeister/G stone book/(08) [Kruder & Dorfmeister] Peace Or.wav| (02) [Tricky] Evolution Revolution Love.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Tricky/Blowback/(02) [Tricky] Evolution Revolution Love.wav| 02 Otherwise.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Morcheeba/Charango/02 Otherwise.wav| 03 Beautiful.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Moby/Hotel/03 Beautiful.wav| Lullaby.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Cure/(1997) Galore - The Singles 87 - 97/Lullaby.flac| 09 09 - In Time.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Zero 7/when it falls/09 09 - In Time.wav| 11 Good Girl Down (feat. Bahamadia).wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Morcheeba/Fragments of freedom/11 Good Girl Down (feat. Bahamadia).wav| 12 Too Much Love Will Kill You.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Queen/Greatest Hits/12 Too Much Love Will Kill You.wav| 02 Godspell.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Cardigans/Super Extra Gravity/02 Godspell.wav| 051 Oompa Radar.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Goldfrapp/Felt mountain/051 Oompa Radar.wav| (11) [Tricky] Five Days.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Tricky/Blowback/(11) [Tricky] Five Days.wav| 08 Under My Thumb.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Rolling Stones/40 licks/08 Under My Thumb.wav| 11 Words.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Bebel Gilberto/Momento/11 Words.flac| 10 No Roots.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Faithless/No Roots/10 No Roots.wav| 02 Under The Influence.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Chemical Brothers/Surrender/02 Under The Influence.wav| 03 Three.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Massive Attack/Protection/03 Three.wav| 40 Another One Bites The Dust.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Queen/Greatest Hits/40 Another One Bites The Dust.wav| 01 Cowboys.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Portishead/Portishead/01 Cowboys.wav| 15 Million dollar question.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Radiohead/Pablo Honey/15 Million dollar question.wav| 04 Plus Profond.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Hooverphonic/A new Stereophonic Sound Spectacular/04 Plus Profond.wav| 09 Into Dust.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Mazzy Star/So Tonight That I Might See/09 Into Dust.wav| 037 The Tourist.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Radiohead/Ok Computer/037 The Tourist.wav| 117 A Family Affair.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Hans Zimmer/Pirates of the Carribean Dead's Man's Ch/117 A Family Affair.wav| 08 Don't You Think_.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Natalie Imbruglia/Left of the Middle/08 Don't You Think_.wav| Super Disco Breakin'.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Beastie Boys/(1998) Hello Nasty/Super Disco Breakin'.flac| 14 Personality Goes A Long Way.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Pulp Fiction Soundtrack/14 Personality Goes A Long Way.wav| 02 No Roots.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Faithless/No Roots/02 No Roots.wav| 07 07 You Shook Me All Night Long.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Ac-Dc/Back in Black/07 07 You Shook Me All Night Long.flac| Bye, Bye Baby.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Janis Joplin/Janis Joplin The Best Of/Bye, Bye Baby.flac| Catch.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Cure/(1997) Galore - The Singles 87 - 97/Catch.flac| 3 Everywhen.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Massive Attack/100th Window/3 Everywhen.wav| 04 - 23 Lies.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Death in Vegas/Scorpio Rising/04 - 23 Lies.flac| 16 Santa Cruz.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Fatboy Slim/Why Try Harder - FatBoy Slim Greatest Hi/16 Santa Cruz.wav| 05 Blue Light.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Mazzy Star/So Tonight That I Might See/05 Blue Light.wav| 11 Ubik_ The Breakz (feat. Martin Be.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Timo Maas/Loud/11 Ubik_ The Breakz (feat. Martin Be.wav| 06 Track06.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Back to Mine - Lamb/06 Track06.wav| 12 Hairspray Queen.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Nirvana/Incesticide/12 Hairspray Queen.wav| 50 Thank God It's Christmas _ Queen.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Queen/Greatest Hits/50 Thank God It's Christmas _ Queen.wav| 12 Oh Yeah.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Daft Punk/Homework/12 Oh Yeah.wav| 04 04 In Space.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Röyksopp/Melody A.M/04 04 In Space.flac| 10 You'll Follow Me Down.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Skunk Anansie/Post Orgasmic Chill/10 You'll Follow Me Down.wav| 07 Easily.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Red Hot Chili Peppers/Californication/07 Easily.wav| 03 A Question Of Time.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Depeche Mode/The Singles 86-98/03 A Question Of Time.wav| 11. 303.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Kula Shaker/Kollected (The Best Of)/11. 303.flac| 07 Another Woman.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Moby/18/07 Another Woman.wav| Friday I'm In Love.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Cure/(1997) Galore - The Singles 87 - 97/Friday I'm In Love.flac| The Power Of Good-Bye.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Madonna/Ray of Light/The Power Of Good-Bye.wav| 02 All Mine.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Portishead/Portishead/02 All Mine.wav| 27 Silvio.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Bob Dylan/The essential/27 Silvio.flac| 27 Who Wants To Live Forever.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Queen/Greatest Hits/27 Who Wants To Live Forever.wav| 03 Track03.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Natalie Imbruglia/White Liles Island/03 Track03.wav| 13 Blaspheming Barry.wma|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Lock, stock & two smoking barrels soundtrack/13 Blaspheming Barry.wma| 06 Fresh.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Daft Punk/Homework/06 Fresh.wav| 08 A Message.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Coldplay/X & Y/08 A Message.flac| 15 Harbour.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Moby/18/15 Harbour.wav| 33 Keys To Your Love.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Rolling Stones/40 licks/33 Keys To Your Love.wav| I Feel You.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Placebo/(2003) Covers/I Feel You.flac| 18 Yakuza Oren 1.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Kill Bill Vol.1 Original Soundtrack/18 Yakuza Oren 1.wav| 09. Hush.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Kula Shaker/Kollected (The Best Of)/09. Hush.flac| 10 To Get Down.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Timo Maas/Loud/10 To Get Down.wav| 1_1.7_11. Make This Go on Forever.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Snow Patrol/(2006) Eyes Open/1_1.7_11. Make This Go on Forever.flac| 07 Small Town.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Morcheeba/Who can You Trust/07 Small Town.wav| 03 I see you baby (Fatboy Slim radio.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Groove Armada/The Best Of/03 I see you baby (Fatboy Slim radio.wav| 12 Comanche.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Pulp Fiction Soundtrack/12 Comanche.wav| 03_45_ No Sleep.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Cardigans/Long Before Daylight/03_45_ No Sleep.wav| The Fool on the Hill.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/09 - Magical Mystery Tour - 1 giugno 1967/The Fool on the Hill.wav| 03 Post Houmous.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Morcheeba/Who can You Trust/03 Post Houmous.wav| 01 Planet Telex.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Radiohead/The Bends/01 Planet Telex.wav| 02 If everybody looked the same.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Groove Armada/The Best Of/02 If everybody looked the same.wav| 06 Andy, You're A Star.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Killers/Hot Fuss/06 Andy, You're A Star.wav| 03 Il Tramonto.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Kill Bill Vol.2 Original Soundtrack/03 Il Tramonto.wav| 11 Track11.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Natalie Imbruglia/White Liles Island/11 Track11.wav| Sounds, The - 04 - Mine For Life.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Sounds/Living In America/Sounds, The - 04 - Mine For Life.flac| 04 My Lover's Gone.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Dido/No Angel + bonus disc/04 My Lover's Gone.wav| (06) [Fatboy Slim] Kalifornia.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Fatboy Slim/You've come a long way baby/(06) [Fatboy Slim] Kalifornia.wav| 07 Sanctuary.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Natalie Imbruglia/Counting down the days/07 Sanctuary.wav| 02_02.04_17. Elderly Woman Behind The Counter In A Small Town.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Pearl Jam/(2004) Rearviewmirror (Greatest Hits 1991-2003)/02_02.04_17. Elderly Woman Behind The Counter In A Small Town.flac| 21 Start Me Up.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Rolling Stones/40 licks/21 Start Me Up.wav| (w-Full Tilt Boogie)] A Woman Left Lonely.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Janis Joplin/Janis Joplin The Best Of/(w-Full Tilt Boogie)] A Woman Left Lonely.flac| 08 P.Y.T. (Pretty Young Thing).wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Michael Jackson/Thriller/08 P.Y.T. (Pretty Young Thing).wav| 16 04 Dancing Shoes.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Arctic Monkeys/Whathever People Say That's What I'm not/16 04 Dancing Shoes.flac| 15 No Roots.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Faithless/No Roots/15 No Roots.wav| 01 Darkness.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Lamb/Beetween Darkness and Wonder/01 Darkness.wav| 05. Without You I'm Nothing.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Placebo/Without You I'm Nothing/05. Without You I'm Nothing.flac| 116 Two Hornpipes (Tortuga).wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Hans Zimmer/Pirates of the Carribean Dead's Man's Ch/116 Two Hornpipes (Tortuga).wav| Have It All.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Foo Fighters/One by One/Have It All.wav| My Melody.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Back to Mine - Tricky/My Melody.wav| 07 Slide In.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Goldfrapp/Supernature/07 Slide In.wav| 11 Heaven Help.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Lenny Kravitz/Greatest Hits/11 Heaven Help.wav| (15) [Ennio Morricone] A Fistful of Dynamite.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Ennio Morricone/The Very Best Of (2000)/(15) [Ennio Morricone] A Fistful of Dynamite.flac| 09 Sassafras Roots.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/GreenDay/Dookie/09 Sassafras Roots.wav| 08 Killer Queen.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Queen/Greatest Hits/08 Killer Queen.wav| 07 Small.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Lamb/What Sound/07 Small.wav| If I Needed Someone.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/06 - Rubber Soul - 3 dicembre 1965/If I Needed Someone.wav| 112 Davy Jones.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Hans Zimmer/Pirates of the Carribean Dead's Man's Ch/112 Davy Jones.wav| 08 The Trick is to Keep Breathing.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Garbage/Version 2.0/08 The Trick is to Keep Breathing.wav| You're Going To Lose That Girl.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/05 - Help - 6 agosto 1965/You're Going To Lose That Girl.wav| 01 Torn.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Natalie Imbruglia/Left of the Middle/01 Torn.wav| 18 Prosthetic Head.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/GreenDay/Nimrod/18 Prosthetic Head.wav| 15 Your Latest Trick (Live).wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Dire Straits/Sultans of Swing/15 Your Latest Trick (Live).wav| 05 Track05.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Natalie Imbruglia/White Liles Island/05 Track05.wav| 109 Nightswimming.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/R.E.M/The Best Of R.E.M. (In Time 1988-2003)/109 Nightswimming.wav| 04 Tunnel Of Love.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Dire Straits/Sultans of Swing/04 Tunnel Of Love.wav| 03. You Don't Care About Us.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Placebo/Without You I'm Nothing/03. You Don't Care About Us.flac| 11 Nil.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Cardigans/Gran Turismo/11 Nil.wav| 01 Is This Love.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Bob Marley/Legend/01 Is This Love.flac| 06 Sin _ Where Shall I Turn (K&D Ses.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Kruder and Dorfmeister/K & D session/06 Sin _ Where Shall I Turn (K&D Ses.wav| 05 I Feel Loved (Danny Tenaglia's La.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Depeche Mode/Remixes/05 I Feel Loved (Danny Tenaglia's La.wav| 02_02.07_17. Nothingman.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Pearl Jam/(2004) Rearviewmirror (Greatest Hits 1991-2003)/02_02.07_17. Nothingman.flac| 02_02.01_17. Black.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Pearl Jam/(2004) Rearviewmirror (Greatest Hits 1991-2003)/02_02.01_17. Black.flac| 02 Razzmatazz.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Pulp/Hits/02 Razzmatazz.wav| 08 Count Basic _ Gotta Jazz (remixed.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Kruder and Dorfmeister/K & D session/08 Count Basic _ Gotta Jazz (remixed.wav| Sgt. Pepper's Lonely Hearts Club Band (reprise).wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/08 - Sgt. Pepper's Lonely Hearts Club Band - 1 giugno 1967/Sgt. Pepper's Lonely Hearts Club Band (reprise).wav| 6 Izzo_In The End.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Jay-Z and Linkin' Park/Collision Course/6 Izzo_In The End.wav| 16 Last Day of the Miners' Strike.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Pulp/Hits/16 Last Day of the Miners' Strike.wav| 05 Winter (Nuspirit Helsinki Reinter.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Bebel Gilberto/Remixes/05 Winter (Nuspirit Helsinki Reinter.flac| 02 Trigger Hippie.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Morcheeba/Who can You Trust/02 Trigger Hippie.wav| 11 L'Odeur Animale.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Hooverphonic/The Magnificent Tree/11 L'Odeur Animale.wav| 04 Funky Monks.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Red Hot Chili Peppers/Blood Sugar Sex Magik/04 Funky Monks.wav| 10 Ride A White Horse (Fk-Ek Vocal V.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Goldfrapp/We are glitter/10 Ride A White Horse (Fk-Ek Vocal V.wav| 16 Simon & Garfunkel.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Forrest Gump Soundtrack/16 Simon & Garfunkel.wav| 12 But I feel good.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Groove Armada/The Best Of/12 But I feel good.wav| 05 Kruder & Dorfmeister _ Boogie Woo.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Kruder and Dorfmeister/K & D session/05 Kruder & Dorfmeister _ Boogie Woo.wav| 07 - All Around The World (feat. LaToiya Williams).flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Jay-Z/The Blueprint 2 - The Gift & The Curse/The Blueprint² - The Gift & The Curse (Disc 1 - The Gift)/07 - All Around The World (feat. LaToiya Williams).flac| 071 The Sea.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Morcheeba/Big Calm/071 The Sea.wav| 073 Part of the Process.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Morcheeba/Big Calm/073 Part of the Process.wav| The Inner Light.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/15 - Past Masters Vol. 2 1965-1970 - 7 marzo 1988/The Inner Light.wav| I'm Only Sleeping.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/07 - Revolver - 5 agosto 1966/I'm Only Sleeping.wav| 06 Feel Good Inc..wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Gorillaz/Demon Days/06 Feel Good Inc..wav| 099 Orange Crush.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/R.E.M/The Best Of R.E.M. (In Time 1988-2003)/099 Orange Crush.wav| 13 Tall Stories - Chaser (Lars from.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Back to Mine - Groove Armada/13 Tall Stories - Chaser (Lars from.wav| Two Of Us.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/13 - Let It Be - 8 maggio 1970/Two Of Us.wav| 06 Sir Raymond Mang - No 1.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Back to Mine - Groove Armada/06 Sir Raymond Mang - No 1.wav| You Know My Name (Look Up The Number).wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/15 - Past Masters Vol. 2 1965-1970 - 7 marzo 1988/You Know My Name (Look Up The Number).wav| 04 Do You Remember The First Time_.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Pulp/Hits/04 Do You Remember The First Time_.wav| 04 Gorecki.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Lamb/The Best Kept Secrets_ The Best of Lamb/04 Gorecki.wav| 28 28 Walk This Way (Performed By Run D.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Aerosmith/Hits/28 28 Walk This Way (Performed By Run D.flac| Birthday.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/10 - The Beatles - 22 novembre 1968/Disc 2/Birthday.wav| Michelle.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/06 - Rubber Soul - 3 dicembre 1965/Michelle.wav| 11 Killer's Lullaby.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Faithless/Sunday 8pm/11 Killer's Lullaby.wav| 11 The Private Psychedelic Reel.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Chemical Brothers/Dig Your Own Hole/11 The Private Psychedelic Reel.wav| And Then You Kissed Me.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Cardigans/Long Before Daylight/And Then You Kissed Me.wav| 05 Treefingers.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Radiohead/Kid A/05 Treefingers.wav| Komm, Gib Mir Deine Hand.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/14 - Past Masters Vol. 1 1962-1965 - 7 marzo 1988/Komm, Gib Mir Deine Hand.wav| 02 Scentless Apprentice.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Nirvana/In Utero/02 Scentless Apprentice.wav| 009 Life Is Sweet.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Chemical Brothers/Exit Planet Dust/009 Life Is Sweet.wav| 10 10 10 Cish Cash (Feat. Siouxsie Siou.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Basement Jaxx/Kish Kash/10 10 10 Cish Cash (Feat. Siouxsie Siou.flac| 04 Strangelove.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Depeche Mode/The Singles 86-98/04 Strangelove.wav| Think For Yourself.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/06 - Rubber Soul - 3 dicembre 1965/Think For Yourself.wav| 10 Get Along (Feat. Pace Won).wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Morcheeba/Charango/10 Get Along (Feat. Pace Won).wav| 010 Playground For A Wedgeless Firm.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Chemical Brothers/Exit Planet Dust/010 Playground For A Wedgeless Firm.wav| 02 Praise You.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Fatboy Slim/Why Try Harder - FatBoy Slim Greatest Hi/02 Praise You.wav| 21. It Had To Be You.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Frank Sinatra/My Way - The Best of Frank Sinatra - CD 2/21. It Had To Be You.flac| (10) [Hooverphonic] Sad Song.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Hooverphonic/Sit Down And Listen To.._/(10) [Hooverphonic] Sad Song.wav| 11 And Then You Kissed Me II.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Cardigans/Super Extra Gravity/11 And Then You Kissed Me II.wav| 15 I'll Be Your Baby Tonight.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Bob Dylan/The essential/15 I'll Be Your Baby Tonight.flac| [Big Brother & The Holding Company] Ball And Chain.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Janis Joplin/Janis Joplin The Best Of/[Big Brother & The Holding Company] Ball And Chain.flac| 08 tuning in (rewritten).wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Groove Armada/Lovebox/08 tuning in (rewritten).wav| Plasticine.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Placebo/(2003) Sleeping With Ghosts/Plasticine.flac| Fruit Machine.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Ting Tings/We Started Nothing/Fruit Machine.wav| 01 A Tribe Called Quest - Descriptio.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Back to Mine - Groove Armada/01 A Tribe Called Quest - Descriptio.wav| 42 Hammer To Fall.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Queen/Greatest Hits/42 Hammer To Fall.wav| She Loves You.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/14 - Past Masters Vol. 1 1962-1965 - 7 marzo 1988/She Loves You.wav| 11 (Exchange).wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Massive Attack/Mezzanine/11 (Exchange).wav| 02 Royale With Cheese.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Pulp Fiction Soundtrack/02 Royale With Cheese.wav| 26 Happy.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Rolling Stones/40 licks/26 Happy.wav| 01 Satin Chic (Bombay Mix by The Sho.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Goldfrapp/We are glitter/01 Satin Chic (Bombay Mix by The Sho.wav| 05 Yellow.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Coldplay/Parachutes/05 Yellow.flac| 04 Stadium Arcadium.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Red Hot Chili Peppers/Stadium Arcadium/04 Stadium Arcadium.wav| 09 Uptight.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/GreenDay/Nimrod/09 Uptight.wav| 01 The Flipside.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Moloko/I'm Not A Doctor/01 The Flipside.wav| 06 Can't Get You off My Mind.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Lenny Kravitz/Greatest Hits/06 Can't Get You off My Mind.wav| 03 Just Can't Get Enough - July 1981.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Depeche Mode/The Singles 80-85/03 Just Can't Get Enough - July 1981.wav| 09 Help The Aged.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Pulp/Hits/09 Help The Aged.wav| 03 Heart-Shaped Box.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Nirvana/In Utero/03 Heart-Shaped Box.wav| Pepperland.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/11 - Yellow Submarine - 13 gennaio 1969/Pepperland.wav| 08 Can't Stop Now.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Keane/Hopes And Fears/08 Can't Stop Now.wav| 34 Good Old-Fashioned Lover Boy.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Queen/Greatest Hits/34 Good Old-Fashioned Lover Boy.wav| Act Naturally.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/05 - Help - 6 agosto 1965/Act Naturally.wav| 19 Don't Stop Me Now.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Queen/Greatest Hits/19 Don't Stop Me Now.wav| 10 Wide Awake.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Audioslave/Revelations/10 Wide Awake.flac| Always Where I Need To Be.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Kooks/Konk/Always Where I Need To Be.wav| 12 Interview With Quincy Jones About.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Michael Jackson/Thriller/12 Interview With Quincy Jones About.wav| 22 Axe Throws.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Kill Bill Vol.1 Original Soundtrack/22 Axe Throws.wav| 09 Give It Away.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Red Hot Chili Peppers/Blood Sugar Sex Magik/09 Give It Away.wav| 04 Mysterons.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Portishead/Live_ Roseland NYC/04 Mysterons.wav| 11 Next To You (Steve Hilier Version.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Bebel Gilberto/Remixes/11 Next To You (Steve Hilier Version.flac| Falling in love again.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Eagle-Eye Cherry/(1997) Desireless/Falling in love again.flac| 16 Sir Psycho Sexy.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Red Hot Chili Peppers/Blood Sugar Sex Magik/16 Sir Psycho Sexy.wav| (07) [Tricky] the moment i feared.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Tricky/Angels with dirty faces/(07) [Tricky] the moment i feared.wav| 02 Train.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Goldfrapp/Black Cherry/02 Train.wav| 10 Gina's and Elvira's Theme.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Scarface/10 Gina's and Elvira's Theme.flac| 01 Charlie Big Potato.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Skunk Anansie/Post Orgasmic Chill/01 Charlie Big Potato.wav| 07. Lacrymosa.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Evanescence/(2006) The Open Door/07. Lacrymosa.flac| P.S. I Love You.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/01 - Please Please Me -22 marzo 1963/P.S. I Love You.wav| 28 Turn It Again.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Red Hot Chili Peppers/Stadium Arcadium/28 Turn It Again.wav| Spice - 69 overdrive (Timo Maas Extended Vocal Remix).flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Timo Maas/(2003) Music for the Maases 2/Spice - 69 overdrive (Timo Maas Extended Vocal Remix).flac| 02 - Guns & Roses (feat. Lenny Kravitz).flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Jay-Z/The Blueprint 2 - The Gift & The Curse/The Blueprint² - The Gift & The Curse (Disc 2)/02 - Guns & Roses (feat. Lenny Kravitz).flac| 07 You've Got Her In Your Pocket.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The White Stripes/Elephant/07 You've Got Her In Your Pocket.wav| 14 Shake The Disease - Mar. 1985.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Depeche Mode/The Singles 80-85/14 Shake The Disease - Mar. 1985.wav| 09 We Never Change.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Coldplay/Parachutes/09 We Never Change.flac| 10 Track10.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Back to Mine - Lamb/10 Track10.wav| 07 Lullaby.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Lamb/The Best Kept Secrets_ The Best of Lamb/07 Lullaby.wav| Pictures Of You.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Cure/(1997) Galore - The Singles 87 - 97/Pictures Of You.flac| 02 Sour Sour Times.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Portishead/Glory Times/02 Sour Sour Times.wav| 07 We Love Your Apathy.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Skunk Anansie/Stoosh/07 We Love Your Apathy.wav| 18 06 Still Take You Home.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Arctic Monkeys/Whathever People Say That's What I'm not/18 06 Still Take You Home.flac| Not A Second Time.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/02 - With The Beatles - 22 novembre 1963/Not A Second Time.wav| 15 Wild Horses.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Rolling Stones/40 licks/15 Wild Horses.wav| 04 Counting Down The Days.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Natalie Imbruglia/Counting down the days/04 Counting Down The Days.wav| 02 Rebel Rouser - Duane Eddy.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Forrest Gump Soundtrack/02 Rebel Rouser - Duane Eddy.wav| 09 A Modern Midnight Conversation.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Chemical Brothers/We are the night/09 A Modern Midnight Conversation.wav| 09 Lucky Star .flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Basement Jaxx/The Singles/09 Lucky Star .flac| 11 God Is A DJ (Fast Mix).wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Faithless/God is a DJ remixes/11 God Is A DJ (Fast Mix).wav| Eight Days a Week.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/04 - Beatles For Sale - 4 dicembre 1964/Eight Days a Week.wav| 05 In The Cold, Cold, Night.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The White Stripes/Elephant/05 In The Cold, Cold, Night.wav| 02 02 Dream On.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Aerosmith/Hits/02 02 Dream On.flac| I Don't Know.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Beastie Boys/(1998) Hello Nasty/I Don't Know.flac| 11 Sifring.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Nirvana/Bleach/11 Sifring.wav| 01 - Leather.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Death in Vegas/Scorpio Rising/01 - Leather.flac| 06 Insomnia.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Faithless/Reverence/06 Insomnia.wav| 14 Well It's True That We Love One A.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The White Stripes/Elephant/14 Well It's True That We Love One A.wav| 07 Sun.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Lamb/Beetween Darkness and Wonder/07 Sun.wav| 06. Where's Your Head At.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Basement Jaxx/The Singles/06. Where's Your Head At.flac| 028 Subterranean Homesick Alien.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Radiohead/Ok Computer/028 Subterranean Homesick Alien.wav| 04 Lift Me Up.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Moby/Hotel/04 Lift Me Up.wav| Oh! Darling.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/12 - Abbey Road - 26 settembre 1969/Oh! Darling.wav| Forever More.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Moloko/Statues/Forever More.wav| 05 The Importance Of Being Idle.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Oasis/Don't Believe The Truth/05 The Importance Of Being Idle.wav| Long Tall Sally.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/14 - Past Masters Vol. 1 1962-1965 - 7 marzo 1988/Long Tall Sally.wav| 02 One More Addiction.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Natalie Imbruglia/Left of the Middle/02 One More Addiction.wav| Sgt. Pepper's Lonely Hearts Club Band.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/08 - Sgt. Pepper's Lonely Hearts Club Band - 1 giugno 1967/Sgt. Pepper's Lonely Hearts Club Band.wav| 02 Sofa Surfers _ Sofa Rockers (Rich.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Kruder and Dorfmeister/K & D session/02 Sofa Surfers _ Sofa Rockers (Rich.wav| 08 Little 15 (Ulrich Schnauss Remix).wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Depeche Mode/Remixes/08 Little 15 (Ulrich Schnauss Remix).wav| 01 Scarface (Push It to the Limit).flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Scarface/01 Scarface (Push It to the Limit).flac| 08. Circuit Breaker.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Röyksopp/(2005) The Understanding/08. Circuit Breaker.flac| 09 Rainer Trüby Trio _ Donaueschinge.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Kruder and Dorfmeister/K & D session/09 Rainer Trüby Trio _ Donaueschinge.wav| 08. Groove Armada - the girls say.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Groove Armada/Vertigo/Soundboy Rock/08. Groove Armada - the girls say.flac| 04 Aganjú (Latin Projekt Mix).flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Bebel Gilberto/Remixes/04 Aganjú (Latin Projekt Mix).flac| 09_16. (Night Time Is) The Right Time.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Ray Charles/(2000) The Very Best Of Ray Charles/09_16. (Night Time Is) The Right Time.flac| 05 Track05.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Back to Mine - Lamb/05 Track05.wav| We Walk.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Ting Tings/We Started Nothing/We Walk.wav| 01 A Few Words From The Bride.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Kill Bill Vol.2 Original Soundtrack/01 A Few Words From The Bride.wav| 022 Oh Me.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Nirvana/Umplugged in NY/022 Oh Me.wav| 03 03 D Is For Dangerous.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Arctic Monkeys/Favourite Worst Nightmare/03 03 D Is For Dangerous.flac| 044 Utopia (Tom Middletons Cosmos Vo.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Goldfrapp/Felt mountain bonus disc/044 Utopia (Tom Middletons Cosmos Vo.wav| 01 Square One.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Coldplay/X & Y/01 Square One.flac| Placebo - Special K (Timo Maas Full Vocal Mix).flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Timo Maas/(2003) Music for the Maases 2/Placebo - Special K (Timo Maas Full Vocal Mix).flac| Lady Madonna.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/15 - Past Masters Vol. 2 1965-1970 - 7 marzo 1988/Lady Madonna.wav| 1_1.1_11. You're All I Have.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Snow Patrol/(2006) Eyes Open/1_1.1_11. You're All I Have.flac| Fascination Street.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Cure/(1997) Galore - The Singles 87 - 97/Fascination Street.flac| 02. Clean Sweep.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Röyksopp/(2005) The Understanding/02. Clean Sweep.flac| [Big Brother & The Holding Company] Call on Me.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Janis Joplin/Janis Joplin The Best Of/[Big Brother & The Holding Company] Call on Me.flac| You Tear Me Up.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Back to Mine - Tricky/You Tear Me Up.wav| 13 Flowers On The Wall.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Pulp Fiction Soundtrack/13 Flowers On The Wall.wav| 15 Alive.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Daft Punk/Homework/15 Alive.wav| 08 Green Hornet.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Kill Bill Vol.1 Original Soundtrack/08 Green Hornet.wav| 10 Time Out From The World.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Goldfrapp/Supernature/10 Time Out From The World.wav| 05. Looser now.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Röyksopp/(2005) The Understanding/05. Looser now.flac| 10 Revolver.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Hooverphonic/A new Stereophonic Sound Spectacular/10 Revolver.wav| Live and Learn.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Cardigans/Long Before Daylight/Live and Learn.wav| 019 On A Plain.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Nirvana/Umplugged in NY/019 On A Plain.wav| Martha My Dear.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/10 - The Beatles - 22 novembre 1968/Disc 1/Martha My Dear.wav| 09 Low.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Coldplay/X & Y/09 Low.flac| 4 Summer Sun.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Koop/Waltz for Koop/4 Summer Sun.wav| 13 God Is A DJ (Taucher Remix).wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Faithless/God is a DJ remixes/13 God Is A DJ (Taucher Remix).wav| 09 Do You Believe.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Cardigans/Gran Turismo/09 Do You Believe.wav| 07 Mr. Tambourine Man.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Bob Dylan/The essential/07 Mr. Tambourine Man.flac| 11 Everybody Loves A Carnival.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Fatboy Slim/Why Try Harder - FatBoy Slim Greatest Hi/11 Everybody Loves A Carnival.wav| 08 Dream About Me.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Moby/Hotel/08 Dream About Me.wav| 09. Alpha Male.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Röyksopp/(2005) The Understanding/09. Alpha Male.flac| 10 Code.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Faithless/Outrospective/10 Code.wav| 01 Roni Size _ Heroes (Kruder's Long.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Kruder and Dorfmeister/K & D session/01 Roni Size _ Heroes (Kruder's Long.wav| 02 02 Shoot To Thrill.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Ac-Dc/Back in Black/02 02 Shoot To Thrill.flac| 25 Crazy Little Thing Called Love.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Queen/Greatest Hits/25 Crazy Little Thing Called Love.wav| 03 We Don't Need Who You Think You A.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Skunk Anansie/Post Orgasmic Chill/03 We Don't Need Who You Think You A.wav| 11 (Swamp Song Excerpt #2).wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Oasis/What's the story_ (morning glory)/11 (Swamp Song Excerpt #2).wav| Rock and Roll Music.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/04 - Beatles For Sale - 4 dicembre 1964/Rock and Roll Music.wav| 04 Sparks.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Coldplay/Parachutes/04 Sparks.flac| 030 Let Down.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Radiohead/Ok Computer/030 Let Down.wav| 09 09 09 If I Ever Recover.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Basement Jaxx/Kish Kash/09 09 09 If I Ever Recover.flac| Baba.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Alanise Morisette/Supposed Former Infatuation Junkie/Baba.wav| (14) [Ennio Morricone] Sacco and Vanzetti.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Ennio Morricone/The Very Best Of (2000)/(14) [Ennio Morricone] Sacco and Vanzetti.flac| 002 In Dust We Trust.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Chemical Brothers/Exit Planet Dust/002 In Dust We Trust.wav| Help!.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/05 - Help - 6 agosto 1965/Help!.wav| 09 Criminal.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Gotan Project/Lunatico/09 Criminal.wav| Remote Control.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Beastie Boys/(1998) Hello Nasty/Remote Control.flac| 10 Little 15.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Depeche Mode/The Singles 86-98/10 Little 15.wav| 059 Crazy For You.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Madonna/The Immaculate Collection/059 Crazy For You.wav| 052 Utopia.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Goldfrapp/Felt mountain/052 Utopia.wav| 1 01 For Those About To Rock (We Salut.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Ac-Dc/For those about to rock/1 01 For Those About To Rock (We Salut.flac| 077 Over and Over.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Morcheeba/Big Calm/077 Over and Over.wav| 13 The Flower Of Carnage.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Kill Bill Vol.1 Original Soundtrack/13 The Flower Of Carnage.wav| 08 (07) [Mylo] Paris Four Hundred.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Mylo/Destroy rock and roll/08 (07) [Mylo] Paris Four Hundred.flac| 04 - Settle For Nothing.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Rage Against The Machine/Rage Against the Machine/04 - Settle For Nothing.flac| 12 Left Of The Middle.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Natalie Imbruglia/Left of the Middle/12 Left Of The Middle.wav| 01 A Kind Of Magic.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Queen/Greatest Hits/01 A Kind Of Magic.wav| 01 Help Me (feat. Kelis).wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Timo Maas/Loud/01 Help Me (feat. Kelis).wav| Things We Said Today.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/03 - A Hard Day's Night - 10 lugliio 1964/Things We Said Today.wav| 06 - Morcheeba - One Love Karma.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Morcheeba/Dive Deep/06 - Morcheeba - One Love Karma.flac| 08 Dance Dance Dance.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Scarface/08 Dance Dance Dance.flac| I Call Your Name.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/14 - Past Masters Vol. 1 1962-1965 - 7 marzo 1988/I Call Your Name.wav| 2 Tonight.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Koop/Waltz for Koop/2 Tonight.wav| I've Just Seen A Face.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/05 - Help - 6 agosto 1965/I've Just Seen A Face.wav| Tell Me What You See.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/05 - Help - 6 agosto 1965/Tell Me What You See.wav| 09 The Journey.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Fatboy Slim/Palookaville/09 The Journey.wav| 07 My Michelle.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Gun's and Roses/Appetite for Destruction/07 My Michelle.wav| 11 (10) [Mylo] Otto's Journey.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Mylo/Destroy rock and roll/11 (10) [Mylo] Otto's Journey.flac| 10 People Are People - Jan. 1984.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Depeche Mode/The Singles 80-85/10 People Are People - Jan. 1984.wav| Hot Hot Hot!!!.flac|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Cure/(1997) Galore - The Singles 87 - 97/Hot Hot Hot!!!.flac| 02 Policy Of Truth (Capitol Mix).wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Depeche Mode/Remixes/02 Policy Of Truth (Capitol Mix).wav| 11 Almost Done.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Morcheeba/Who can You Trust/11 Almost Done.wav| Ticket To Ride.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/The Beatles/05 - Help - 6 agosto 1965/Ticket To Ride.wav| 10 Radio Friendly Unit Shifter.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Nirvana/In Utero/10 Radio Friendly Unit Shifter.wav| Burn Away.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Foo Fighters/One by One/Burn Away.wav| 05 Only You.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Portishead/Live_ Roseland NYC/05 Only You.wav| 03 The Grand Duel [Parte Prima].wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/Kill Bill Vol.1 Original Soundtrack/03 The Grand Duel [Parte Prima].wav| 27 Sweet Home Alabama - Lynyrd Skyny.wav|0|0|file:///opt/sybhttpd/localhost.drives/Z:/Music/Compilations/For RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 02-12-2009 05:45 PM In your playlist, you need to replace the Z: in your popcornhour path with HARD_DISK RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - Case_sensitive - 02-12-2009 05:53 PM Thank you! it's working now RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - JaapW - 02-12-2009 06:25 PM Great to see that you got it working! v1.4 is almost ready by the way. I did not expect to create a whole new version after v1.3, but it's almost there and I think it's going to open up a lot of new possibilities. Here are the new features: Quote:FEATURES: RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 02-12-2009 06:30 PM Ya know while you're at the "Define photo transition time." It might be worth exploring the second number (the 0). I read on a old tech spec, that this was used for transition effects durring slide shows. Meaning.... 1 might be fade in/out. 2 swipe left to right, 3 swipe top to bottom. I think it'd be a fairly easy test if someone gets a few mins to try it out and see if they notice a difference. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - JaapW - 02-12-2009 06:32 PM (02-12-2009 06:30 PM)excal Wrote: Ya know while you're at the "Define photo transition time." It might be worth exploring the second number (the 0). I read on a old tech spec, that this was used for transition effects durring slide shows. Can someone test it out and confirm how the 2nd option works? If we have confirmation, then I can add it to v1.4. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 02-12-2009 06:33 PM So i donno if it still applies...but in older tech specs this is what it said. Photo List Format (photolist.jsp) Photo Interval (in seconds)|Transition Effect|Title|Photo URL| Example: 5|0|Photo 1|http://iHome/photo1.jpg| 5|0|Photo 2|http://iHome/photo2.jpg| 5|0|Photo 3|http://iHome/photo3.jpg| The above photo playlist will play 3 photos with 5 seconds interval and Random Transition effect. Transition effects available: Effect Number Random 0 Wipe Down 1 Wipe Up 2 Open Vertical 3 Close Vertical 4 Split Vertical 1 5 Split Vertical 2 6 Interlace 7 If i can remember to do so i'll test it when i get home, but thats about 7 hours from now... Regardless...i wouldn't hold up the release for it...the time is way more important. The transition would just be cool to have (if it still works like that). But then again if it does still work like that...i donno why they woulda removed it from the newer spec documents. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - Pernod - 02-12-2009 06:40 PM We use the transition effect parameter in SwissCenter, but it seems to be ignored by the PCH. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - Delphy - 02-13-2009 03:55 AM Is there a way to generate a playlist file that will work with videos? I've tried making one but it never seems to work. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - Joff - 02-13-2009 10:44 AM (02-13-2009 03:55 AM)Delphy Wrote: Is there a way to generate a playlist file that will work with videos? This tool works great for generating video playlists. Just select all video extensions... RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - sagittarius - 02-13-2009 04:49 PM Hi, I am hoping you can help as I cannot seem to get the file reference to the movie correct - when I click on the playlist html page the A110 keeps saying it cannot play the file. Using your playlist generator I have tried a couple of different ways to specify the NMT Directory. I have a internal 500gb hard drive and in the Video folder I have a Trailers folder with all the movie files. When I look on my network the A-110 shows this as \\Pch-a110\share\Video\Trailers, the device IP is 192.168.1.103 For the "NMT Directory" I have tried the following without success: 1) opt/sybhttpd/localhost.drives/HARD_DISK/Video/Trailers/ 2) Pch-a110/share/Video/Trailers Does the file address have to be absolute? Given the playlist.jsp is in the same directory as the movie files could I not use relative addressing? At the end of the day I do not care how to address the files as long as I can get something that works. Any help would be appreciated, Thanks Lewis RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 02-13-2009 04:55 PM can you copy and paste a few lines of your playlist in here? RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - Delphy - 02-13-2009 05:40 PM (02-13-2009 10:44 AM)Joff Wrote: This tool works great for generating video playlists. Just select all video extensions... Yeah except for me it doesn't work... (Which is why I asked) I get "Could not Play" whenever I try it.The playlist is here: /opt/sybhttpd/localhost.drives/HARD_DISK/Download/Battlestar.Galactica.S04E13.HDTV.XviD-0TV/playlist.jsp The html is: /opt/sybhttpd/localhost.drives/HARD_DISK/Download/Battlestar.Galactica.S04E13.HDTV.XviD-0TV/playlist.htm The HTML contains: Code: <html>The playlist.jsp contains: Code: <html><body>I feel like I'm missing something obvious here... RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 02-13-2009 05:43 PM ahh... thats because you need to change your aod=playlist in the html to vod="playlist" aod = audio on demand pod = photos on demand vod = video on demand RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - Delphy - 02-13-2009 05:48 PM *headdesks* Okay that sounds sufficiently duh that I should have caught that earlier. Thanks. ![]() Making that change, however, now does... well, nothing at all. I get a blank screen for a second then it just goes straight back to the playlist.htm. Not even a "Could not play". :/ In fact... just plain deleting the playlist.jsp (so it doesn't exist) still gives me the same problem, which is that nothing happens. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 02-13-2009 05:57 PM 2 things i'd try. 1. check your path.... i noticed in the directory structure, Battlestar.Galactica.S04E13.HDTV.XviD-0TV you have caps...where in the file name its all lower case. If one letter is upper case when it should be lower....that will foul it up. 2. I might make the href="" a absolute path...i'm not possitive it'll make a difference, but it can't hurt. so it'd be like Code: <html>RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - Delphy - 02-13-2009 06:07 PM Thanks for the reply. 1. The file itself is lower case but the directory has mixed caps. The playlist.jsp matches exactly with the actual full dir + filename. I'm actually generating it on the fly with a quick PHP script anyway, so it's definately not wrong. I also tried generating it with this playlist generator tool but that matches exactly what I was doing before anyway.I just tried with another folder which has no mixed case and it still doesn't work Edit: Okay regenerating the playlist file again now gets me a "Could not play" error - aka what I was getting originally. 2. Unfortunately no, changing it to an absolute path doesn't work either.
RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 02-13-2009 06:10 PM hmm, try rebooting your box. I've encountered situations where if i got an error playing a file...it wouldn't play any file of that type again untill i rebooted the box. I'll keep looking at the rest of the stuff in the mean time. also...is it just the one file in the playlist.jsp file? maybe you just wanna use vod="" instead of vod="playlist" if its a single file... not sure about that either, but worth a shot RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - Delphy - 02-13-2009 06:16 PM Happens if it's just one file or multiple files. I'll try a reboot and see what happens. Edit: Yay! Okay now after a reboot it plays all previously non-working playlists perfectly ok, including new ones I generate. Thanks for the heads up
RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 02-13-2009 06:28 PM Sweet...glad to hear it ![]() Thats actually good general advice for everyone...if somethings not working and it looks like it should. Try rebooting the box first. It tends to solve quite a few problems ![]() I've personally seen it where i got an error playing an avi file, and it would play mkv's and iso's fine, music, photos, everything but avi's.... untill i rebooted. I've also seen it where i got an error playing an AVI file and it wouldn't play any other video file untill i rebooted. So anyways whats the php script you're working on? RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - Delphy - 02-13-2009 06:44 PM It's basically just another playlist generator that hooks into my theme that I'm working on. You basically just select Play All and it automatically generates the playlist.jsp on the fly (actually doesn't even need to save it to disk or generate an .htm file) and starts playing the videos. It gets round the thing I've seen of having to generate playlists manually using a PC and you can shuffle() or sort the array as much as you want. With regards to the non playing till reboot, I'm wondering if it either caches something or stores a flag somewhere if it can't play something enough times. Ah well, reboot works fine I guess.
RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 02-13-2009 06:51 PM Wow that sounds pretty awesome! Hopefully you're up for sharing it when you're done ![]() And ya, my best guess is cache...i suspect it cached the aod in your case. It does seem like the NMT's deliberately cache damn near everything. Which i guess is tied to the fact that so little memory is available that they want to tightly control whats used. I donno any of that for sure, but thats my best guess based off my experience with it. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - Delphy - 02-13-2009 07:37 PM The code is fairly simple. I'm working on a modified customised ExtendedGaya, so this assumes a $files array populated with the files you need. Code: $dir = opendir($path);This version actually writes out the playlist.jsp into the folder since I was testing it with other themes. Just comment out the file_put_contents and it'll be fine. Essentially all it does it just grab all the files of a particular type (in this case, Videos), and echo out the HTML needed for playlist.jsp. It's just called with a &playlist=v with the vod="playlist". No intermediate .htm files needed.
RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - sagittarius - 02-13-2009 09:08 PM (02-13-2009 05:43 PM)excal Wrote: ahh... thats because you need to change your aod=playlist in the html to vod="playlist" DUH ... that was my problem - all works now. THANKS! RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 02-13-2009 09:32 PM ha ![]() i'd laugh harder, but i've made so many silly mistakes its rediculous. I once reported a bug in the forums that i thought crashed the box....only it turned out i had overlooked something in the code and it was causing a infinite loop...which was crashing the box Speaking of which....i should go back and find that thread and erase it now that i'm a mod to get rid of the evidence
RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - eddy no1 - 02-14-2009 12:24 AM hi can anyone see why my index.html isnt working the files are here ,internal hdd - M:Photos/Wedding Album ---> index.html is .. file:///opt/sybhttpd/localhost.drives/HARD_DISK/Photo/Wedding Album/wedding album.jsp">Pictures the jsp reads 5|0|S5000027.JPG|file:///opt/sybhttpd/localhost.drives/HARD_DISK/Photo/Wedding Album/S5000027.JPG| when click i just get a white screen with the contents of the jsp written on screen ? what have i missed ? RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - Delphy - 02-14-2009 01:12 AM Try renaming the spaces to underscores and see if that does the trick. Also, you can paste the HTML inside [ code ] [ /code ] tags so the formatting isn't lost. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - eddy no1 - 02-14-2009 10:20 AM (02-14-2009 01:12 AM)Delphy Wrote: Try renaming the spaces to underscores and see if that does the trick. thanks for your help but no joy i dropped the 2nd word so there all just ''wedding'' but no change,just a white screen full of txt , i cant seem to get the index to post how do i use the Code: you spoke of ?RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - mSoft - 02-14-2009 04:14 PM (02-14-2009 10:20 AM)eddy no1 Wrote: thanks for your help but no joy i dropped the 2nd word so there all just ''wedding'' but no change,just a white screen full of txt , i cant seem to get the index to post how do i use the [code] you spoke of ? eddy no1, try to move it to a whole new folder (NOT "Photo"), something like: HARD_DISK/Photoalbum/Wedding-Album/ RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - eddy no1 - 02-14-2009 05:14 PM ive tried HARD_DISK/wedding with 12 pics and the .jsp and the index inside and i get the "can not play"error ?! my index file:///opt/sybhttpd/localhost.drives/HARD_DISK/Wedding/playlist.jsp my jsp 5|0|S5000013.JPG|file:///opt/sybhttpd/localhost.drives/HARD_DISK/wedding/S5000013.JPG RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 02-14-2009 05:20 PM can you post your whole href? whats your href and pod look like? RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - eddy no1 - 02-14-2009 05:22 PM evertime i add the index.html it change to a link on this page ? Code: <html>this it ? RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 02-14-2009 05:34 PM you need to highlight all the text and press the # symbol in the upper right side of the reply box. But i saw your original post, for photo playlists you need to use a slightly different format then audio or video.... you can see here... http://www.networkedmediatank.com/download/docs/Syabas_browser_tag_2007_v1.2.html href="MUTE or song or music playlist" pod="1,0,file:///opt/(Rest of your path to photo playlist">Play All< /a> RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - eddy no1 - 02-14-2009 05:52 PM (02-14-2009 05:34 PM)excal Wrote: you need to highlight all the text and press the # symbol in the upper right side of the reply box. yep thats what i have - still no joy
RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 02-14-2009 06:19 PM no...thats not what you have at all ![]() you have this.... Code: <html>you need this... Code: <html>RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - eddy no1 - 02-14-2009 07:18 PM i copy/pasted that-still no joy now though when i browse to the html and click it it flashes and does nothing the txt has gone ?! dont think this is happening for me -- cheers for the help mate RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - Lysvik - 02-15-2009 02:10 PM When I select a hyperlink in the HTML-page, the playlist does not start. Instead a webpage with text is shown listing all the files that are in the playlist. It looks like this: filename1.mp3|0|0|file:///opt/sybhttpd/localhost.drives/HARD_DISK/Music/foldername of the album/filename1.mp3|filename2.mp3|0|0|file:///opt/sybhttpd/localhost.drives/HARD_DISK/Music/foldername of the album/filename2.mp3| etc. etc. What is going grong? Sample of htmlsource link to playlist: Code: <p><a href="file:///opt/sybhttpd/localhost.drives/HARD_DISK/Music/Full Albums/India Arie - Testimony Volume 2/playlist.jsp" oad="playlist" class="stijl2">India Arie - Testimony Volume 2</a></p>RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - Delphy - 02-15-2009 02:30 PM Lysvik, You need aod="playlist" instead of oad="playlist" eddy no 1, try rebooting your NMT and retrying. Sometimes when it can't open a file multiple times it gets into a lock state where it wont open any file of that time until you next reboot. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - hereistom - 02-16-2009 01:10 AM (02-14-2009 05:14 PM)eddy no1 Wrote: ive tried HARD_DISK/wedding with 12 pics and the .jsp and the index inside and i get the "can not play"error ?! I see the word Wedding and wedding, it's UNIX, so you must use the right characters, so capitals or not! RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - JaapW - 02-16-2009 11:20 AM Yes, it's really important to make sure that the folder names are correctly made (also make sure not to use special characters like ë, ï and é in the folder names, the NMT doesn't like this in its playlist!). A small mistake will lead to 'Could not play' errors. However, once you got it running, it's all brilliant ![]() I finished v1.4 of the Playlist Generator in the weekend. I have been testing it and it works really well. It can create playlists for all subfolders of a specified folder, which allows impressive flexibility in setting up playlists. Also, because it can now run in 'Silent mode', you can schedule the playlist creation automatically to be done once a day (sort of auto-shuffle!). It loops through over 10.000 files on NMT and creates a total of 50 playlists within a minute! It works really well. I have my holiday pictures stored in subfolders under the Photos folder. I have my holiday music in subfolders under the Music folder. This allows me to have holiday pictures slideshows with the music I had with me during that holiday - all shuffled automatically every day
RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - sagittarius - 02-16-2009 04:57 PM (02-16-2009 11:20 AM)JaapW Wrote: Yes, it's really important to make sure that the folder names are correctly made (also make sure not to use special characters like ë, ï and é in the folder names, the NMT doesn't like this in its playlist!). A small mistake will lead to 'Could not play' errors. However, once you got it running, it's all brilliant Have you posted the link to the new version? I tried the one on page 1 and I still get the old file. Thanks Lewis RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - JaapW - 02-16-2009 04:59 PM Lewis: I have not released v1.4 yet. Still testing it for performance and correctness. I think I'll be able to release it tonight. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - sagittarius - 02-16-2009 05:03 PM Excellent! Thanks for your hard work on this - it's a great app.
RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - sagittarius - 02-16-2009 10:03 PM Arghhh! It was working and so I created a new file and then it stopped working...so I went back to a simple HTML and jsp to get it working again and no-go - I even re-booted. I know it must be something simple I am messing up. So I have a trailer called Barn_Yard.mov in Video/Trailers so I coded the following playlist.html ========= Code: <html>playlist.jsp ========= Barn Yard.mov|0|0|file:///opt/sybhttpd/localhost.drives/HARD_DRIVE/Video/Trailers/Barn_Yard.mov| I select the playlist.html and click on the "playlist" and get !Could not play Any ideas where I am goofing up? Thank you, Lewis RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 02-16-2009 10:19 PM its HARD_DISK
RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - JaapW - 02-16-2009 10:35 PM Is your mov file a H.264 encoded one? The PCH only supports that encoding type, see: http://www.popcornhour.com/onlinestore/index.php?module=onlinestore&pluginoption=catalog&task=info&item_id=6&main_id=0&category_id= RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - sagittarius - 02-16-2009 10:51 PM (02-16-2009 10:35 PM)JaapW Wrote: Is your mov file a H.264 encoded one? The PCH only supports that encoding type, see: http://www.popcornhour.com/onlinestore/index.php?module=onlinestore&pluginoption=catalog&task=info&item_id=6&main_id=0&category_id= Yes, my .mov is H.264 and I just check and all the playlists now work - thanks! RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - JaapW - 02-16-2009 10:55 PM Probably the HARD_DRIVE vs. HARD_DISK then? ![]() I'm now preparing the v1.4 download. Should be ready soon. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - eddy no1 - 02-16-2009 10:57 PM (02-16-2009 01:10 AM)hereistom Wrote: I see the word Wedding and wedding, it's UNIX, so you must use the right characters, so capitals or not! nice one all working -- RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - JaapW - 02-16-2009 11:21 PM v1.4 of the NMT Playlist Generator has been released ![]() ![]() 1.4.0.1 Changelog: - New: OGG file support. - New: Silent Mode (ability to schedule playlist generation = create playlists without manual work). - New: Generate playlists for all subfolders of the selected folder. - New: Define the photo transition time. Only used for photo playlists. - Improved: GUI redesigned. - Improved: Help window. Get it: Download Playlist Generator v1.4 Download the v1.4 sourcecode (C#) For help, please read the readme.txt and/or the Help page inside the Playlist Generator. This new versions allows a lot more features. Especially the 'Create a playlist in all folders' and 'Schedulability' are nice new things I think. And of course OGG file support for the guy that kept requesting it ![]() I hope you like the new stuff. I'm looking forward to hear about your experience with the tool. Have fun!
RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - pc001 - 02-16-2009 11:23 PM Great JOB! Perry RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - excal - 02-16-2009 11:27 PM The photo time is HUGE!! I've been wanting that forever... Thanks man... i'll update the first post. first page updated... When i get some time i'll re-organize the first page with updated instructions, FAQ's and html examples. RE: Automatic Playlist File Generator - Updated 1.19.09- *Version 1.3* - Lysvik - 02-17-2009 05:05 PM (02-15-2009 02:30 PM)Delphy Wrote: Lysvik, You need aod="playlist" instead of oad="playlist" Ok'e, thanks. It now works fine. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - eddy no1 - 02-17-2009 05:06 PM Great app , how do I get them random mine just play as normal ? RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - JaapW - 02-17-2009 05:14 PM Eddy: ![]() Enable the 'Shuffle Files' checkbox. This will randomize the files on your playlist every time you use the Playlist Generator to create playlist (or everytime you schedule it to run, this could be every few minutes if you want to). The Playlist Generator does not automatically randomize the files during playing of the playlist. If you want that, you need to use some sort of PHP script to run on your NMT (which require the NMT tools to be installed on an installed HDD as well). You could also create a bunch of playlists and do something magic in the HTML file which selects of the available files. This could be done using Javascript. Anyone knows a working script to achieve that? RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - dolph - 02-20-2009 10:29 PM Has anyone else experienced the following and found a reason/solution. Been trying this earlier - for some reason in Windows it sees a lot of my image files as follows IMG_xxxx.jpg (note upper case IMG) - the generator obviously uses upper case within the playlist. HOWEVER - when viewing the same files in linux "most" of the files appear as img_xxxx.jpg (note lower case img) meaning the playlist fails. I say most as the one image with an edited filename rather than the default camera filename works fine. Anyone know why this happens - and how to solve it? RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - haggisbingo - 02-22-2009 11:48 PM Just wanted to say thanks for the software! Also, I updated the source code so that the default sort order of the playlist is in latest to oldest date modified order. This way I can watch the latest HD movie trailers from Apple as latest first and oldest last. I can provide the source code addition but this would probably be a fairly trivial thing for you to do if you wanted to. But let me know if you want it.. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - tmarques - 02-26-2009 12:08 PM Humm, this app might just be the answer to my problems! I'll try it tonight, thanks! RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - JaapW - 02-26-2009 12:10 PM I'm interested in the sourcecode addition, haggisbingo. I can then include it in v1.5 (new A-110 firmware has some nice photo transitions). My e-mail address: jaap -at- wagenvoort -dot- net (replace -at- and -dot-) RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 02-26-2009 03:34 PM @jaapw I thought about a possible feature request. Think it'd be possible to make a rudimentry html file durring the scan? All my photos are in subfolders of the Photo folder....so if i do a recurse subdirectory scan of the Photo folder it makes a jsp file of every folder in there (which is excellent btw).... Could it also make a HTML file in the root of Photo that does one of two things... if we have a basic setup... Code: <body bgcolor="#000000">or a more complicated version which maybe comes later.... -Creates a 7x2 table (or what ever works)....so it puts 14 jsp links per page. -Uses the first image in each folder as its thumbnail so theres an image for each link Anyways, just a thought
RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - dolph - 02-26-2009 03:48 PM Excal - that's excatly something I've been thinking about. I am just working on some code that would allow this "photo" playlist file to be called form the Music jukebox playlist page to allow you to select a music playlist and then a photo playlist to create an "audio and photo" html link RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 02-26-2009 03:50 PM very cool
RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - haggisbingo - 02-26-2009 09:31 PM Sent! Like I said in the e-mail, I was contemplating creating a utility in C# to automatically crawl to the apple movie trailer download site and download new HD trailers, convert to AC3 and then generate the new playlist. But maybe you would like to take a crack at this and I could help you - I do all this manually now, but it might make a nice utility... (02-26-2009 12:10 PM)JaapW Wrote: I'm interested in the sourcecode addition, haggisbingo. I can then include it in v1.5 (new A-110 firmware has some nice photo transitions). RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - tmarques - 02-27-2009 12:54 AM Just tested it... works great! Thanks again! Just tested it... works great! Thanks again! Playlist File Generator - Sort & Mix Album+Music - dede34fr - 03-07-2009 02:09 PM Tks for this great app. 1- How could we sort the pictures using either filename (mine are named DateYMD&timeHHMMSS) or EXIF tags? 2- How could we associate a music playlist (audio on demand with photo album)? format: [Title] How could we do that by just picking an existing musicplaylist + an existing photoplaylist (sorted by filename, tag, or in shuffle mode 3- How could we automatically update the photoplaylist (rescan) RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 03-07-2009 03:52 PM 1. Not sure what you're asking for...a jukebox? 2. http://www.networkedmediatank.com/download/docs/Syabas_browser_tag_2007_v1.2.html 3. Just set the program to rescan your whole directory every so often. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - dede34fr - 03-07-2009 04:58 PM Sorry, I should have said that I wonder if these features could be included in the app "Playlist Generator" (currently v1.4) 1. Not sure what you're asking for...a jukebox? => in Playlist Generator, add a feature to not only shuffle but also to sort by filename or picture tag (EXIF) 2. http://www.networkedmediatank.com/download/docs/Syabas_browser_tag_2007_v1.2.html => in Playlist Generator, be able to generate a kind of link like that: Sample but using as parameters both the Photo Playlist & the Music Playlist we want 3. Just set the program to rescan your whole directory every so often. => Be able to automatically recreate the Photo Playlist (photo album) from Windows without having to launch Playlist Generator (command line mode started from Windows task scheduler) Tks RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 03-07-2009 05:03 PM I believe it can do #3 already. Or atleast i thought it could RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - JaapW - 03-07-2009 09:40 PM Yes, the Playlist Generator can be scheduled to automatically create playlists on a specified interval. Read the readme.txt for instructions. The readme.txt also includes an e-mail of setting up a photo playlist with a music playlist running on the background. The tool itself doesn't support selecting and combining playlists. You have to do this manually in the HTML file. Picture sorting is not implemented in the Playlist Generator. All the Playlist Generator does is create a playlist based on a specified folder with a few additional options (recursive playlists, defining transition time & shuffle). RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - jluc2808 - 03-19-2009 10:32 PM hello , I try to generate playlist in the output folder "Slideshow" just under share directory on my NMT, while setting the File location On NMT to : opt/sybhttpd/localhost.drives/HARD_DISK/Slideshow everytime my playlist is generated inside my files directory instead of the File location, the paramter create playlist in each subdirectory is unselect what do i miss ? RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 03-19-2009 10:44 PM I was with you right up untill you mentioned what the problem was. I'm not quite understanding your problem... RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - jluc2808 - 03-19-2009 11:49 PM sorry to be so confused (my english is a little poor) the problem is that the playlist doesn't go in the right directory : I would like put the playlist generated inside "Slideshow" directory and the playlist generated is within the "Photo" directory as I said : my parameters are File location On NMT is set to : opt/sybhttpd/localhost.drives/HARD_DISK/Slideshow Files Directory to : T:\Photo RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - hereistom - 03-20-2009 01:42 AM (03-19-2009 11:49 PM)jluc2808 Wrote: sorry to be so confused (my english is a little poor) the problem is that the playlist doesn't go in the right directory : I would like put the playlist generated inside "Slideshow" directory and the playlist generated is within the "Photo" directoryAre you sure about the right path and the capitals? RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - pc001 - 03-20-2009 01:48 AM Excal, a very minor bug perhaps, when one click on About, how do you close that window? Perry RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - hereistom - 03-20-2009 02:04 AM (03-20-2009 01:48 AM)pc001 Wrote: Excal, a very minor bug perhaps, when one click on About, how do you close that window?You can click on the 'close' button
RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - jluc2808 - 03-20-2009 06:49 AM (03-20-2009 01:42 AM)hereistom Wrote: Are you sure about the right path and the capitals?I check again capitals for the path I'm not sur : my directory is just under the Share directory and his name is "Slideshow" (I made another one with the name test, with the same place, egal) => opt/sybhttpd/localhost.drives/HARD_DISK/Slideshow is this path right ? if all that name is right , what could be wrong ? RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - Laelaface - 03-20-2009 07:18 AM I need help. I'm going to start by saying new to PCH and frustrated with the network drops and just wanting a playlist to work. And I would just like some help. I am trying to get somes pictures to work. What am I doing wrong? Here is my html file to "kick it off", and I am going from Media Source > HARD_DISK > 4th icon on right Photo > Laela (folder with picz) and clicking on test.html All I get is a white screen with "Playlist" click on that and I get the contents of the playlist.jsp I was hoping for pictures to come up Code: <html> Here's my playlist.jsp content 4|0|DSC02776.JPG|file:///opt/sybhttpd/localhost.drives/Photo/Laela/DSC02776.JPG| RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 03-20-2009 12:00 PM 2 things are wrong You're missing HARD_DISK in your jsp file it should look like this... 4|0|DSC02782.JPG|file:///opt/sybhttpd/localhost.drives/HARD_DISK/Photo/Laela/DSC02782.JPG| 2nd your href to the html file is wrong. Code: <a href="mute" pod="1,1,file:///opt/sybhttpd/localhost.drives/HARD_DISK/Photo/Laela/playlist.jsp" >Playlist</a>RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - Laelaface - 03-20-2009 03:23 PM (03-20-2009 12:00 PM)excal Wrote: 2 things are wrong That did it! Thanks so much. Now I know how to do photo's, I'll try playing around with it now for music. Glad to see pictures scrolling very nice. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - jluc2808 - 03-20-2009 06:15 PM (03-20-2009 06:49 AM)jluc2808 Wrote: I check again capitalsafter several try i found the bug playlist generator 1.4 does take the path specify in the File Location On NMT to construct the playlist rather than the destination folder where to wright the playlist generated : by exemple section 1 : Files directory (where my photo are stored) : T:\Photo File Location On NMT : (should be destination directory where to wright the playlist) opt/sybhttpd/localhost.drives/HARD_DISK/Slideshow content of the playlist generated: (wrong) 4|0|San diego 017.jpg|file:///opt/sybhttpd/localhost.drives/HARD_DISK/Slideshow/Voyage San diego 08-2006/San diego 017.jpg| should be : 4|0|San diego 017.jpg|file:///opt/sybhttpd/localhost.drives/HARD_DISK/Photo/Voyage San diego 08-2006/San diego 017.jpg| RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 03-20-2009 07:40 PM no its doing it correctly... File directory is how your PC sees the file NMT directory is how your NMT sees the file.... Its working correctly. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - jluc2808 - 03-20-2009 08:04 PM (03-20-2009 07:40 PM)excal Wrote: no its doing it correctly...seems that I misunderstand the features , so I'm afraid there is no way to generate the playlist in a specified directory which not the one where is stored the photo - of course inside the product RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 03-20-2009 08:31 PM No currently there is no way to do taht... i think that was a feature request, but hasn't been implimented yet. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - jluc2808 - 03-20-2009 08:42 PM ok thank's a lot , I have to move the file by hand till the feature is implemented - not too difficult RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - hereistom - 03-21-2009 02:39 AM (03-20-2009 06:49 AM)jluc2808 Wrote: I check again capitalsI think the path is right. And if you make it the same where the pictures are, is it then working? RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - jluc2808 - 03-22-2009 06:49 PM yes the path is right and it's working like the specification , that's means the playlist is generated inside the directory which specified 'there is no way to select an directory which not the same. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - JaapW - 03-25-2009 11:31 AM (03-22-2009 06:49 PM)jluc2808 Wrote: yes the path is right and it's working like the specification , that's means the playlist is generated inside the directory which specified 'there is no way to select an directory which not the same. There is a way to do this. I have a HDD inside my PCH. My music & photos are stored on this PCH HDD. As 'File location', I select the PCH HDD which I shared as Z:\ in Windows. So, to create music playlist, I select Z:\Music in the Playlist Generator 1.4. The result is that my music which is stored on the NMT is put in the playlist and that the new playlist is stored on the NMT as well. Works really well It will work with attached and shared USB drives as well. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 03-25-2009 12:21 PM I think what he was asking for was a way to have the program save the playlist somewhere other then the directory he was scanning. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - jluc2808 - 03-25-2009 11:07 PM excal - exact RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - kayone - 03-29-2009 11:39 AM Hi - I'm new to all this and was wondering if someone can spare 5 mins to give me a hand to getting this working. I'm trying to get a playlist sorted of music which will also show a slideshow of selected photos. I believe this can help me acheieve this? OK - I have my Music on a shared drive on my PC aswell as my photos. But I can't see to get this to work using the HTML/playlist creator as suggested in this thread - some help please? ![]() index = file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/KAYONE:SHARE/playlist.jsp Playlist = 104-kings_of_leon-sex_on_fire.mp3|0|0|file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/KAYONE:Share/VA - Now 71/104-kings_of_leon-sex_on_fire.mp3| any help? edit: I tried playlisting a single album on the PCH internal HDD which worked so the above looks like a path problem - however it wasn't playing music & showing pics simultaneously? RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 03-29-2009 05:23 PM when making your html file the href points to the music playlist... and then the pod=1,1,path to photo playlist. so its like this... Code: a href="file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/KAYONE:SHARE/playlist.jsp" pod="1,1,file://opt/sybhttpd/localhost.drives/NETWORK_SHARE/KAYONE:SHARE/Where/ever/your/photo/playlist is/photoplaylist.jsp"RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - kayone - 03-29-2009 05:29 PM (03-29-2009 05:23 PM)excal Wrote: when making your html file the href points to the music playlist... and then the pod=1,1,path to photo playlist. Just for clarity..do I need to have MJB installed? I'm just in the process of setting this up.. and not entirely sure how to set up photoplaylist either? RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 03-29-2009 05:40 PM You can make both with this program...but you need to make the link in an html file yourself. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - kayone - 03-29-2009 05:43 PM (03-29-2009 05:40 PM)excal Wrote: You can make both with this program...but you need to make the link in an html file yourself. ok i'll skip the MJB for now. I have the HTML set up.. it must be wrong however as it;s not working at the moment Code: <html>can you give me some pointers?
RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - kayone - 03-30-2009 03:08 PM (03-29-2009 05:43 PM)kayone Wrote: ok i'll skip the MJB for now. Anyone? ![]() I'm desperate to have this one sorted asap! RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 03-30-2009 03:14 PM heh...not quite...you need to combine them like i was saying in that previous post into one href... Code: <html>RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - kayone - 03-30-2009 03:47 PM (03-30-2009 03:14 PM)excal Wrote: heh...not quite...you need to combine them like i was saying in that previous post into one href... Many Thanks for that - will give it a whirl when I'm home.
RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - kayone - 03-30-2009 07:56 PM (03-30-2009 03:47 PM)kayone Wrote: Many Thanks for that - will give it a whirl when I'm home. Excal.. what else do I need in the HTML? I'm just getting a blank white screen?
RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 03-30-2009 07:57 PM oh...ha...you need a text description Code: <html>RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - kayone - 03-30-2009 08:20 PM (03-30-2009 07:57 PM)excal Wrote: oh...ha...you need a text description Thanks.. tried when i click the "Playlist" it basically just refreshes the screen, no music or pics :< (kayone = computer name / Share = name of folder shared with music/pics in) Really struggling to get this working.. any help is appreciated.. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 03-30-2009 08:35 PM where is this html file you're making located? And 2... its definitly a path problem. Are you sure its KAYONE in caps like that? and SHARE in caps? If its not...thats your problem. If ONE LETTER is upper case when it should be lower case, it'll cause the whole thing to not work. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - kayone - 03-30-2009 08:40 PM (03-30-2009 08:35 PM)excal Wrote: where is this html file you're making located? My html is Share/Pic/ I've just tried with Share as "Share" and KAYONE as "kayone" no luck still. Any other suggestions? Excal you got MSN or anything? can keep trying things easier
RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 03-30-2009 09:00 PM You need to look on your sources menu and see how its written there... and 2nd....were are you placing this html file? RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - kayone - 03-30-2009 09:02 PM (03-30-2009 09:00 PM)excal Wrote: You need to look on your sources menu and see how its written there... HTML is on ../Share/Pic/index.html Source Shows - MSHOME (workgroup) KAYONE (PC name) RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - hereistom - 03-31-2009 12:06 AM Maybe the name is Kayone? You must copy the exact names into the path! RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 03-31-2009 12:09 AM yes he's right....however you see it when you hit the sources menu is how you wanna type it. Also you can give the share a name and make your life easier. name it media or something then your path is simply blah/blah/blah/NETWORK_SHARE/media/playlist.jsp RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - Little Simon - 03-31-2009 12:20 AM Hi, I came across this little program and it is GREAT. I have about 25 folders with TV series for my little boy and when I put him in front of the TV I want to start a playlist in one of the folders and he'll be watching his shows for some time. And it's even greater that the playlists can be shuffled regularly. There's one thing to overcome, however: the playlists won't play ![]() The reason is that I'm using Llink on my NAS and Llink is streaming the files to my PCH using http. The Playlist Generator insists on putting file:/// in front of the path to the file location. An example: I have a file Dora1.avi in the folder V:\Kid_series\Dora on my NAS The NMT path to the file is http://192.168.1.111:8001/Videos/Kid_series/Dora So the Playlist Generator comes up with the following line in the playlist: Dora1.avi|0|0|file:///http://192.168.1.111:8001/Videos/Kid_series/Dora/Dora1.avi| Obviously that will not play, the line should be: Dora1.avi|0|0|http://192.168.1.111:8001/Videos/Kid_series/Dora/Dora1.avi| I removed all the file:/// parts and then the playlists play fine. (BTW: just skipping the http:// part doesn't work either). Any change the program may be updated with a checkbox 'skip file:/// in front of the file location path' ??? Or even better: don't put file:/// in front of the path if the path starts with http://. Best regard, Ben RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - kayone - 03-31-2009 09:42 AM (03-31-2009 12:09 AM)excal Wrote: yes he's right....however you see it when you hit the sources menu is how you wanna type it. It is definately "KAYONE" on the sources menu. The share is named Share and also the folder is named Share. Does this mean I don't need "KAYONE:Share" in the path? Again will give it a try when I'm home from work. Thanks. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - kayone - 03-31-2009 07:06 PM Yet again no joy ![]() my share is named "Share" my path is: file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/Share/now72/playlist.jsp - for Music file://opt/sybhttpd/localhost.drives/NETWORK_SHARE/Share/Pic/photoplaylist.jsp - for Photo file://opt/sybhttpd/localhost.drives/NETWORK_SHARE/Share/Pic/index.html - Index Still no joy.. index just refreshes and doesn't play pics or music. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 03-31-2009 07:30 PM did you remake the playlist itself so that it uses Share? RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - kayone - 03-31-2009 07:31 PM (03-31-2009 07:30 PM)excal Wrote: did you remake the playlist itself so that it uses Share? Absolutely - everything has 'correct' paths.. just confused why it isn't working. e.g 09-Britney Spears - Womanizer.mp3|0|0|file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/Share/now72/CD1/09-Britney Spears - Womanizer.mp3| & 20|0|blackjack.JPG|file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/Share/Pic/blackjack.JPG| RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - kayone - 03-31-2009 09:36 PM Excal.. I've sorted the path issues - I think i may have HTML issues now :o I have music playing.. but just either blank screen or normal pch music player screen on TV - NO pics ![]() Code: <html>RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 03-31-2009 09:43 PM Ok, so that means your music playlist is definitly correct...so its either in your photo playlist...or just your path from the html file. This is what SHOULD work to play music with your photos... Code: <html>RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - kayone - 03-31-2009 09:47 PM (03-31-2009 09:43 PM)excal Wrote: Ok, so that means your music playlist is definitly correct...so its either in your photo playlist...or just your path from the html file. Strange.. that one does the same as before.. just refreshes and returns to the index. It seems like when you remove the aod="playlist" it doesn't play the music? RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 03-31-2009 09:49 PM no... you can look here... http://www.networkedmediatank.com/download/docs/Syabas_browser_tag_2007_v1.2.html the format is to have the music in the href and then the photo stuff in the pod.....no aod needed aod="playlist" tells it that its audio files only. I might try rebooting your box and trying again with the html just like i have it above. If that doesn't fix it...you have a path problem in your photo playlist somewhere... because we know the music is working correctly. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - kayone - 03-31-2009 09:59 PM (03-31-2009 09:49 PM)excal Wrote: no... It's strange that the music only plays when I have aod="playlist" in the href. I only have 2 pictures.. so checking the paths is rather easy and they're both fine. any other ideas? ----------------------- FIXED! Code: <html>Changed the Reserved 1 for 0 and it works... - what is that btw? RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 03-31-2009 10:09 PM oh ya...you can see in that link. I've personally done a buncha music and photo playlists. I admit i haven't done one in awhile...but its absolutely possible. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - kayone - 03-31-2009 10:18 PM (03-31-2009 10:09 PM)excal Wrote: oh ya...you can see in that link. What's the Reserved thing do excal? Also one minor problem.. now I have them working.. as I have 2 pictures currently in the playlist.. when it comes to the end it just stops and reverts back to the index.html and stops my music. Anyway to loop the pictures so the music will keep playing? RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 03-31-2009 10:22 PM i donno what reserved does... it apparently USED to control how photos transition one to the other...but doesn't seem to do anything now. So how'd you get it working, what was the problem? I donno any way to make the photos loop around of the top of my head... you could change the length they're on screen. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - kayone - 03-31-2009 10:26 PM (03-31-2009 10:22 PM)excal Wrote: i donno what reserved does... it apparently USED to control how photos transition one to the other...but doesn't seem to do anything now. I was thinking that.. but could get annoying after a while - does the same happen with your playlists? To get it to work I simply changed the reserved from "1" to "0" wish i'd known that 2 days ago!
RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 03-31-2009 10:28 PM oh interesting... I didn't realize it had any control over things. I'll try to do some testing tonight. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - kayone - 03-31-2009 10:33 PM (03-31-2009 10:28 PM)excal Wrote: oh interesting... I didn't realize it had any control over things. You're right about the photo-transitioning.. if i change from "0" to "1" in the photoplaylist is transitions them from the sides rather than top. However if the Reserved is a "1" in the html is halt's everything! Let me know if you can resolve the looping or music stopping on end of pic show.. As I only want 20-30 pics showing but have about 4 hours of mp3.. so i'd need to have each pic on screen for a LONG time to make it work ![]() Thanks for all your help tho.. appreciated. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - hereistom - 04-01-2009 01:52 AM (03-31-2009 10:33 PM)kayone Wrote: You're right about the photo-transitioning.. if i change from "0" to "1" in the photoplaylist is transitions them from the sides rather than top. However if the Reserved is a "1" in the html is halt's everything! Tjee that I didn't see the 0 and 1 ![]() You can cut the music files of the list, so you only have the right files and the right time. ![]() Also you can make more play lists, like this; (I have the html on the place where the play lists are) Code: <html> RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - kayone - 04-01-2009 02:31 PM (04-01-2009 01:52 AM)hereistom Wrote: Tjee that I didn't see the 0 and 1 The thing is I'm using it for a party i'm having at the weekend & will need at least 4 hours mp3 so can;t afford to cut any. But will like the pics to loop so they're each not on screen for lengthy periods of time. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 04-01-2009 02:36 PM what i might do (which i know sucks...but its something). open the photo playlist.... and just copy each one over and over. so if its 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic1.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic2.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic3.jpg| make it 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic1.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic2.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic3.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic1.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic2.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic3.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic1.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic2.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic3.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic1.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic2.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic3.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic1.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic2.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic3.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic1.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic2.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic3.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic1.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic2.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic3.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic1.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic2.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic3.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic1.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic2.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic3.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic1.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic2.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic3.jpg| and just make it really really long... it'd atleast be easy to do
RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - kayone - 04-01-2009 03:53 PM (04-01-2009 02:36 PM)excal Wrote: what i might do (which i know sucks...but its something). Only prob is the "30 pics" was an estimate it's probably around 100.. which means a lot of renaming files/copy-pasting :/ Would work for a interim solution i guess though. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - hereistom - 04-02-2009 01:11 AM (04-01-2009 03:53 PM)kayone Wrote: Only prob is the "30 pics" was an estimate it's probably around 100.. which means a lot of renaming files/copy-pasting :/ You can copy and past the first 30 and then the second 60 and then the third 120 and so on, like this; (cut the empty lines) 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic1.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic2.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic3.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic1.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic2.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic3.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic1.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic2.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic3.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic1.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic2.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic3.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic1.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic2.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic3.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic1.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic2.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic3.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic1.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic2.jpg| 6|0|file:///opt/something/something/NETWORK_SHARE/Share/Pics/pic3.jpg| Or you must get more pictures; 1280x720+pictures
RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - LePousson - 04-02-2009 01:43 AM Perhaps it has been already related but here are some example of filenames I have for some of my DivX AVI files : 601 - 06h-07h.avi 602 - 07h-08h.avi 603 - 08h-09h.avi ... 624 - 05h-06h.avi When I create the playlist using this proggie, i get this jsp file : 601 - 06h-07h.avi|0|0|file:///opt/sybhttpd/localhost.drives/HARD_DISK/Video/24/S6/602 - 06h-07h.avi| 602 - 07h-08h.avi|0|0|file:///opt/sybhttpd/localhost.drives/HARD_DISK/Video/24/S6/602 - 07h-08h.avi| 603 - 08h-09h.avi|0|0|file:///opt/sybhttpd/localhost.drives/HARD_DISK/Video/24/S6/603 - 08h-09h.avi| ... 624 - 05h-06h.avi|0|0|file:///opt/sybhttpd/localhost.drives/HARD_DISK/Video/24/S6/624 - 05h-06h.avi| After creation of the HTML file, I browse to this place, and select the HTML. But when it tries to play the files I gat a "Could not play" warinig message on my screen ... What could be the problem ?? Thanks for helping in advance !! LePousson RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - hereistom - 04-02-2009 02:00 AM (04-02-2009 01:43 AM)LePousson Wrote: Perhaps it has been already related but here are some example of filenames I have for some of my DivX AVI files : Do the files play in the normal manner? And can you play the playlist.jsp without the HTML file? RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - LePousson - 04-02-2009 06:24 PM (04-02-2009 02:00 AM)hereistom Wrote: Do the files play in the normal manner? Yes I can play the files normally (using the first icon on the left on the desktop) ... No I can't locate the playlist.jsp (it does not appear) through the playlist explorer (4th icon on the desktop) .. What can I do ? LePousson RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - hereistom - 04-03-2009 02:44 AM (04-02-2009 06:24 PM)LePousson Wrote: Yes I can play the files normally (using the first icon on the left on the desktop) ... Try to make the playlist and the HTML file in the same directory as your movies (Video). Does it play then? How does your HTML file look, does it look something like this; Code: <html>RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - LePousson - 04-03-2009 03:53 AM (04-03-2009 02:44 AM)hereistom Wrote: Try to make the playlist and the HTML file in the same directory as your movies (Video). Yes it is exactly that file, except the "1." )And I get then a "Could not play" error message ... Any idea ?? LePousson RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - hereistom - 04-03-2009 04:17 AM (04-03-2009 03:53 AM)LePousson Wrote: Yes it is exactly that file, except the "1." But is this HTML file in the same directory as the playlist? And did you try to make a new playlist? RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - rolandhii - 04-03-2009 04:19 AM (04-02-2009 01:11 AM)hereistom Wrote: You can copy and past the first 30 and then the second 60 and then the third 120 and so on, like this; (cut the empty lines) No need to repeat the photo list. To loop the photo, simply change your HTML from <a href="music.jsp" pod="1,0,photos.jsp"> to <a href="music.jsp" pod="2,0,photos.jsp"> If you want to change the photo only when music is changed, change to <a href="music.jsp" pod="5,0,photos.jsp"> Roland RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - LePousson - 04-03-2009 04:21 AM (04-03-2009 04:17 AM)hereistom Wrote: But is this HTML file in the same directory as the playlist? Yes the HTML is in the same dir (the video files dir) as the playlist.jsp file ! I also tried to build another playlist using the proggie ... No way, nothing works :-( LePousson RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - dolph - 04-05-2009 02:17 PM (04-01-2009 02:31 PM)kayone Wrote: The thing is I'm using it for a party i'm having at the weekend & will need at least 4 hours mp3 so can;t afford to cut any. But will like the pics to loop so they're each not on screen for lengthy periods of time. Once you've started the photo playlist just press the repeat button. Photos will repeat and the music playlist will play until the end. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - ndoggac - 04-18-2009 03:40 PM Has anyone noticed a bug in version 1.4.0.1 where playlists are output in random order when the option is not selected? I'm having a real problem with this. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - Little Simon - 04-18-2009 04:58 PM (04-18-2009 03:40 PM)ndoggac Wrote: Has anyone noticed a bug in version 1.4.0.1 where playlists are output in random order when the option is not selected? I'm having a real problem with this. Yep, I have noticed the same. It is not random, though. Every time you recreate the playlist, it will be in the same order. I haven't found what order it is, but obviously it is not alphabetical. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - g2345c - 04-29-2009 12:08 AM Will the remote control work with playlist? Lets say i have a playlist like this: When I create the playlist using this proggie, i get this jsp file : 601 - 06h-07h.avi|0|0|file:///opt/sybhttpd/localhost.drives/HARD_DISK/Video/24/S6/602 - 06h-07h.avi| 602 - 07h-08h.avi|0|0|file:///opt/sybhttpd/localhost.drives/HARD_DISK/Video/24/S6/602 - 07h-08h.avi| 603 - 08h-09h.avi|0|0|file:///opt/sybhttpd/localhost.drives/HARD_DISK/Video/24/S6/603 - 08h-09h.avi| ... 624 - 05h-06h.avi|0|0|file:///opt/sybhttpd/localhost.drives/HARD_DISK/Video/24/S6/624 - 05h-06h.avi| Now, on the remote control if i press "624" will it jump to item 624? Thanks RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - hereistom - 04-29-2009 01:13 AM (04-29-2009 12:08 AM)g2345c Wrote: Will the remote control work with playlist? Lets say i have a playlist like this: I don't know, maybe you can try it?
RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - rolandhii - 04-29-2009 02:01 AM (04-29-2009 12:08 AM)g2345c Wrote: Will the remote control work with playlist? Lets say i have a playlist like this: No, the numeric selection on remote control is only working inside browser, not working in playlist. Roland RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - g2345c - 04-29-2009 02:06 AM (04-29-2009 02:01 AM)rolandhii Wrote: No, the numeric selection on remote control is only working inside browser, not working in playlist. I am almost there... so, if i create a playlist in html format, then open that html file inside a browser, then i'll be able to use the remote control to jump the item that i want to play, right? (ex: '624', follow by 'play' ). Here is that what i want to accomplish. I have over a thousand of .vob files that i would like to create a list, then from the remote control, i would like play the .vob file that i want base on it's label (1, 2, 3, 4...). Can you please point me to an example of a html file that can work like a playlist inside a brower? thanks RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - Prutser - 05-18-2009 01:16 PM Create multiple playlists at one's and start them playing with only one click on the PC!?. I am using this Playlist Generator quit often to generate 'shuffled' playlists for Music and Pictures, and use the result as discribed in the the Readme.txt file, with a html file. The html file plays the shuffled music, and the shuffled (HD)pictures I use as a screensaver, and are also nise to look at. But not to listen and look to the same sequence I have to regenerate the lists often. But every time I have to change the configuration between the music and the pictures, and sometimes I make a mistake and the result is not working. The configuration of the last run of the program is saved to the Register. But I found that a copy of the program with a different name also saves it own configuration to the register. So I have now 'Playlist Generator.exe' and 'Playlist Generator Music.exe' and 'Playlist Generator Pictures.exe' in one directory with each there own configuration. With that I created a 'Playlist Generator Music & Pictures.bat' file in the Quick Launch bar with: ======================== @echo off REM Select the Drive where the program exist E: REM Path to the program Directory cd "\NMT-Program-Files\Playlist Generator\" echo. echo Start time: %time% echo. echo Started Music Playlist creation .... "Playlist Generator Music.exe" -silent echo. echo Started Pictures Playlist creation .... "Playlist Generator Pictures.exe" -silent echo. echo All Done at : %date% %time% echo %date% %time% >> last-creation.log sleep 5 :pause exit =========================== So this runs with ONE click, but I also want to start the html file on the NMT in the same bat file. Is this posible and so yes, HOW? Something like: Start "http://192.168.1.100:8xxx/share/Music/Music_with_Pictures.html" I tryed different combinations without any luck. This is whats in Music_with_Pictures.html =========================== Code: <html>I have also an other html file 'Pictures_with_Music.html' with: ========================= Code: <html>So with the 'NEXT' button on the remote I can skip to next Music number or to next Picture depending on with html file I start. I am using WindowsXP sp3 with the HDX-1000 So my big question is: Is it possible to start a html file on the NMT from my PC out of a 'bat' file, so that it is a ONE click go?? Who knows? Edit: I give up on this one. NOT POSIBLE! RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 05-19-2009 07:49 PM you'd need to install one of the user 'remote control' apps, that let you access things on the nmt from your pc. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - Prutser - 05-20-2009 01:05 AM (05-19-2009 07:49 PM)excal Wrote: you'd need to install one of the user 'remote control' apps, that let you access things on the nmt from your pc. Thanks for your reply! Do you mean MediaTankController? I use that one already but I cant control it from a BAT file I think. Or are there more like that one? I go search for 'remote control' Thanks RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - stean99 - 06-13-2009 03:32 PM i get this bug..... and it crashes (no userfriendly warning) See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.IO.PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. at System.IO.Path.SafeSetStackPointerValue(Char* buffer, Int32 index, Char value) at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck) at System.IO.Path.NormalizePath(String path, Boolean fullCheck) at System.IO.Path.GetDirectoryName(String path) at System.IO.FileInfo.get_DirectoryName() at PlaylistGenerator.MainWindow.createPlaylistForDirectory(String sDir, Boolean shuffleFlag) at PlaylistGenerator.MainWindow.button6_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - SunshineSlayer - 06-20-2009 04:46 AM Hi. I'm really hoping someone can give me some help. I'm a new Popcorn Hour owner (I love it!) but I have thousands of video files that I would like to be able to play randomly. I'm about to pull my hair out trying to figure out how to use this program - I've read and reread everything but can't figure out where I am going wrong.I am trying to run the videos off of an external hard drive connected via one of the PCHs USB slots. I've created the .jsp and .html files but when I click on the html file in the PCH it tries to play the first video but fails and reverts back to the .html page. I've played each video on the playlist individually and they all work fine, so I must have done something wrong in making the playlist. Here is the .jsp and .html files: test.jsp Code: <html><body>Code: <html>Any help would be greatly appreciated! RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - jimbolaya - 06-27-2009 03:47 PM hey everybody, I have folder-structures containing photos and videos (both always in the same folder) from my holidays and I want to show photos and videos not seperately but in one single playlist (for each holiday, but that is not important in this case). The Playlist Generator can generate a playlist in which as well photos AND videos are included. Unfortunately I cannot manage to get these playlists played by my NMT ;-( Is it possible to play a playlist containg photos as well as videos with PCH? If yes, how does the html-HREF-link have to look like (includign the vod= and pod= at the same time or something like that?) any hint is highly appreciated! best regards, jan RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - excal - 06-27-2009 06:01 PM i'm not gonna say its impossible....but i've never seen it work. So i'm not sure its possible. RE: Automatic Playlist File Generator - Updated 2.16.09- *Version 1.4* - DirkB - 07-08-2009 08:56 PM Hello, After a bit of trial and error , I was able to create a music playlist, a photo playlist and then combine them into an html (as well described here). That's for the positive news... There are 2 issues however: 1. I cannot manage to disable the shuffle function. I want my pictures to show in chronological order, with random music on the background, but always my pictures get shuffled. 2. Some photos show with errors in them: color mostly disappeared from the photo. It is only happening with the vertical photos though. Any idea what could be the issue and solution for this ? Regards, D. |