Page 1 of 1

Imported playlists missing first track

PostPosted: Fri Dec 11, 2020 7:34 pm
by Scrofula
Hi,
I have set up SubSonic to automatically import playlists from a folder on my NAS. All the playlists have absolute paths (I have already been caught out by some that had relative paths!). The playlists are being imported but they are all missing the first track. Is this a problem anyone else has come across? I would appreciate some help as I am at a loss.

Re: Imported playlists missing first track

PostPosted: Tue Dec 15, 2020 3:13 pm
by jharveytx
I have and I think I had to delete the code in the first line - #EXTM3U - or something like that.

OR, I had to add it, I can't remember off the top of my head. I would play with it and see what works.

Re: Imported playlists missing first track

PostPosted: Fri Dec 18, 2020 8:32 am
by Scrofula
jharveytx wrote:I have and I think I had to delete the code in the first line - #EXTM3U - or something like that.

OR, I had to add it, I can't remember off the top of my head. I would play with it and see what works.


The playlists it is importing do not start with a #EXTM3U line so I tried adding one and this appears to work. I will write a short script that runs through my playlists nightly and adds the line if missing. Thanks for the help, much appreciated.