mwheelerjr / mptvseries

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

Iso's not mounted, TV Series attempts to play iso file directly #206

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Add an iso file to the database (only tried with full DVD copy)
2.Properly configure Daemon tools
3.Attempt to play file through TV Series

What is the expected output? What do you see instead?
Expect iso to be mounted by Daemon tools and video to start playing,
instead TV series reports codec error. Video mounts and is played correctly
in my videos and moving pictures. 
Using TV series
2009-04-27 21:29:06.635175 [Info.][MPMain]:
g_Player.Play(C:\TV\Deadwood-S01E08.iso Video)
Using Moving Pictures:
2009-04-27 21:13:57.230576 [Debug][MPMain]:
g_Player.Play(H:\VIDEO_TS\VIDEO_TS.IFO)

What version of the product are you using? On what operating system?
MP-TVSeries v2.2.3389, MP 1.0.1.0, latest MediaStream skin, Vista business

Please provide any additional information below.
Reported here.
http://forum.team-mediaportal.com/my-tvseries-162/isos-not-playing-me-tvseries-5
4453/

Original issue reported on code.google.com by an8ps...@gmail.com on 29 Apr 2009 at 2:50

GoogleCodeExporter commented 9 years ago
I've reviewed the code handling the playing of files in MP-TVSeries and in 
Moving 
Pictures. I think it won't be very much work to implement the iso mounting as 
it's done in Moving Pictures and I'm planning on doing this on a short term.

I'll contact the projectleader of Moving Pictures to see if he's ok, when we'll 
use his code.

Meanwhile let me know if this is already being worked on, so I won't be won't 
be 
implementing it for Jan with the short last name as we say it in dutch :)

Original comment by johnvanloon@gmail.com on 12 May 2009 at 10:05

GoogleCodeExporter commented 9 years ago
Hi johnvanloon, go for it...no one else is working on it at the moment.

Original comment by damien.haynes@gmail.com on 18 May 2009 at 8:03

GoogleCodeExporter commented 9 years ago
Is this being worked on?  Much needed functionality.

Original comment by jeffc...@gmail.com on 6 Sep 2009 at 8:06

GoogleCodeExporter commented 9 years ago

Original comment by damien.haynes@gmail.com on 7 Sep 2009 at 7:14

GoogleCodeExporter commented 9 years ago

Original comment by damien.haynes@gmail.com on 8 Sep 2009 at 2:19

GoogleCodeExporter commented 9 years ago

Original comment by damien.haynes@gmail.com on 8 Sep 2009 at 2:45

GoogleCodeExporter commented 9 years ago
Fixed in r777

Original comment by damien.haynes@gmail.com on 8 Sep 2009 at 6:41

GoogleCodeExporter commented 9 years ago
First of all: Thx for the implementation. I haven't been able to finish it, as 
it was
more complicated as I thought at first.

Problem however is that it's not working here. I think the problem is in this 
line:
264  // Play File
265  result = g_Player.Play(filename, g_Player.MediaType.Video);

I think filename is currently still pointing to the iso-file, while it should be
pointing to E:\VIDEO_TS\VIDEO_TS.IFO

Original comment by johnvanloon@gmail.com on 6 Oct 2009 at 2:59

GoogleCodeExporter commented 9 years ago
Mediaportal does that internally if its a image file:

http://forum.team-mediaportal.com/my-tvseries-162/isos-not-playing-me-tvseries-5
4453/index4.html#post516716

Try upgrading to MP 1.1.0 if you haven't already.

Original comment by damien.haynes@gmail.com on 6 Oct 2009 at 9:19

GoogleCodeExporter commented 9 years ago
You're right. Problem was not in MP-TVseries but in Daemon Tools.
Somehow daemon tools mounts iso-files smaller then 800mb not as DVD, but as CD, 
which
MP cannot play.
Switched to virtual clonedrive and now everything is working fine.

Thanx again for the effort you've put into this great plugin!

Original comment by johnvanloon@gmail.com on 9 Oct 2009 at 7:39