DisturbOreo / youplayer

Automatically exported from code.google.com/p/youplayer
2 stars 0 forks source link

Bad playlist entry: #EXTINF:-1, Playlist lost :( #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. klicking YP button in firefox
2. errormessage appears: "Bad playlist entry: #EXTINF:-1,"
3. Only 4! of my vids in playlist appear (been much much more :((  )

What is the expected output? What do you see instead?
90% of my vids are lost!

What version of the product are you using? On what operating system?
Youplayer0.9.8 on WinXP Home Sp3

Please provide any additional information below.
Using youplayer with Firefox: Mozilla/5.0 (Windows; U; Windows NT 5.1; de;
rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5

Original issue reported on code.google.com by TheTeric@gmail.com on 29 Jan 2009 at 8:11

Attachments:

GoogleCodeExporter commented 8 years ago
the same problem. It happened to me a couple of times. I think it is the bottom 
part 
that is lost.

Original comment by guzenko...@gmail.com on 7 Mar 2009 at 7:22

GoogleCodeExporter commented 8 years ago
I got what the problem was in my case. I had an entry with an empty title. 
Extension
did not load anything after it. And upon next load you will lose everything 
forever.

To load complete SAVED playlist with such an entry:
Open playlist file in your text editor (I highly recommend vim).
Search for the last entry that was loaded by the extension.
Add some name to the next entry.

Obviously it works only with a saved playlist. I do not know where firefox 
stores the
last playlist. Where?

Original comment by guzenko...@gmail.com on 7 Mar 2009 at 9:03

GoogleCodeExporter commented 8 years ago
In MS Windows the firefox stores youplayer playlist in
"c:\Documents and Settings\YOUR_USER_NAME\Application
Data\Mozilla\Firefox\Profiles\SOMETHING.default\youplayer.m3u" 
When you get an error "Bad playlist entry: #EXTINF:-1," 
DON'T click anything, but go to that file, and edit it as was specified earlier.

Original comment by guzenko...@gmail.com on 8 Mar 2009 at 2:43