Unknown1User / ps3mediaserver

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

List of titles of a DVD ISO file gets doubled (almost always) #566

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have ripped a DVD with 7 titles on it (1st title play all apisodes, 6
play single episodes).

The discovery of the titles seem to be very fragile concerning
timing/multi-threading issues. Most of the time when I access the folder I
get the following list on the PS3:

Title 1 02:23 hh:mm
Title 2 00:23 hh:mm
Title 3 00:23 hh:mm
Title 4 00:23 hh:mm
Title 5 00:23 hh:mm
Title 6 00:23 hh:mm
Title 7 00:23 hh:mm
Title 1 02:23 hh:mm
Title 2 00:23 hh:mm
Title 3 00:23 hh:mm
Title 4 00:23 hh:mm
Title 5 00:23 hh:mm
Title 6 00:23 hh:mm
Title 7 00:23 hh:mm

When I attach a debugger and set some breakpoints I noticed that sometimes
the list was correct, which means only 7 entries were showing up. And
sometimes I had Titles 1-7,1-3 in the list.

And by the way, the name "Title" seems not to localized.

Original issue reported on code.google.com by michael....@gmail.com on 23 Oct 2009 at 9:20

GoogleCodeExporter commented 9 years ago
And sometimes I also get "No title" when I enter the ISO image folder.

Original comment by michael....@gmail.com on 23 Oct 2009 at 9:28

GoogleCodeExporter commented 9 years ago
The "No title" appears when the PMS server takes too much time to analyze the 
ISO image.
It seems as if the PS3 has a timeout of 5 seconds. If the analysis takes 
longer, then
the text "no titles" appears.
My server machine is somewhat older so the file analysis is not as fast as on a
current hardware.
But the analysis happens far too often in my opinion:
I have the following folder layout 

Videos\   <- Added as folder to the media library
   Hör mal, wer da hämmert - Die komplette zweite Staffel (4 DVDs)\
      01.iso
      01.iso.jpg

On the PS3, when I browse into the "Hör mal, wer da hämmert - Die komplette 
zweite
Staffel (4 DVDs)" I get a sub-folder "[DVD ISO] 01.iso".

In the log I can see that mplayer is already launched 2 times, which seems to 
be one
time too often here.

When I now browse into the folder "[DVD ISO] 01.iso" on the PS3 I see in the 
log that
the mplayer analysis is executed another 15 times. And those 15 processes do not
terminate in time before the PS3 timeout occurs.

Original comment by michael....@gmail.com on 23 Oct 2009 at 10:21

GoogleCodeExporter commented 9 years ago
OK, I understand now that the subsequent mplayer forks are due to the flag "DVD 
ISO
Thumbnails". So the fork for each DVD Title is OK and the issue above can be 
reduced
to the original focus that the number of DVD titles varies under certain load 
conditions.

Original comment by michael....@gmail.com on 23 Oct 2009 at 6:18

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I've noticed this, too.

Original comment by subjunk on 5 Nov 2011 at 9:56

GoogleCodeExporter commented 9 years ago
Issue 1080 has been merged into this issue.

Original comment by subjunk on 5 Nov 2011 at 11:03

GoogleCodeExporter commented 9 years ago
It's an old issue but I have this problem right now with the latest build.
Everytime I go back and look in the filestructures of moviefiles on the PS3 it 
multiplies the shown Titles. Sometimes I have 5 or 6 times ISO "Title X".
It only starts from where the Transcode folder is shown.

Original comment by agma...@gmail.com on 22 Feb 2012 at 11:49

GoogleCodeExporter commented 9 years ago
I also have this issue on the latest build (as of 19/03/2012). 

I cannot find a solution to the problem using suggested fixes I have found on 
the internet.

Any ideas?

Original comment by laengl...@sky.com on 19 Mar 2012 at 11:14

GoogleCodeExporter commented 9 years ago
I think it is a bug that affects everyone and I'm not sure what causes it, 
sorry.

Original comment by subjunk on 19 Mar 2012 at 10:14

GoogleCodeExporter commented 9 years ago
Issue 1320 has been merged into this issue.

Original comment by chocol...@cpan.org on 19 Aug 2012 at 10:20

GoogleCodeExporter commented 9 years ago

Original comment by chocol...@cpan.org on 19 Aug 2012 at 10:20

GoogleCodeExporter commented 9 years ago
Issue 1483 has been merged into this issue.

Original comment by chocol...@cpan.org on 12 Jun 2013 at 10:24

GoogleCodeExporter commented 9 years ago
Issue 636 has been merged into this issue.

Original comment by chocol...@cpan.org on 12 Jun 2013 at 10:24

GoogleCodeExporter commented 9 years ago
This should be fixed[1]. Please grab a snapshot build[2] and let me know here 
or on the forum[3] if there are any new bugs/regressions.

[1] 
https://github.com/ps3mediaserver/ps3mediaserver/commit/540dea491bbb7e31d6e8f0df
d9c353150fbb5eac
[2] http://www.ps3mediaserver.org/forum/viewtopic.php?f=14&t=14753
[3] http://www.ps3mediaserver.org/forum/viewtopic.php?f=14&t=15891

Original comment by chocol...@cpan.org on 12 Jun 2013 at 10:27