MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Plugins » Hot Plugins » My TVSeries


My TVSeries MediaPortal MyTV-Series plugin

Reply
 
LinkBack Thread Tools Display Modes
Old 2008-01-25, 12:13   #11 (permalink)
Portal Member
 
Join Date: Jan 2008
Location: Manchester
Posts: 32
Thanks: 4
Thanked 0 Times in 0 Posts

Country:

My System

Send a message via MSN to Jacko
Default

Im also after such a feature; although most of my tv is avi's i do have a small amount as iso and dvds, its a shame that i can't add these yet.

Hope someone who can program (not me ) will be able to implement this.

Regards
Jacko is offline   Reply With Quote
Old 2008-01-29, 21:06   #12 (permalink)
Portal Member
 
Join Date: Jan 2007
Location: Hannover
Posts: 34
Thanks: 1
Thanked 0 Times in 0 Posts

Country:


Send a message via ICQ to nic_06
Default

Quote:
Originally Posted by Inker View Post
Heres an idea, although it requires a seperate program to work.

Install AviSynth and create a correctly named .avs file for every episode that is in the vobs. You can use this even if multiple episodes are in one vob file. Then just add .avs to the list of video extensions.

Heres the theory. AviSynth is a frame serving application. Basically you give it a source (or several) and can perform operations on it, such as cutting (this is why you can virtually cut out episodes from one vob file). The resulting .avs file (just a text file) is playable from any directshow player (such as MP). So you don't parse and play the vob files directly, but the .avs files which then go to the vob and hand the video/audio stream to MP.

A simple script would look like so ("D:\My Series on Vobs - 1x01 - Pilot.avs"):
Code:
DirectshowSource("d:\vobWithManyEps.vob")
SelectRange(0,5000) // first ep in vob is in first 50000 frames
Note: I haven't tried this but I'm pretty sure it'll work.
Hi Inker!

I have tried this out, but it doesn`t work. It play nothing


regards nico
nic_06 is offline   Reply With Quote
Old 2008-01-30, 06:55   #13 (permalink)
Portal Designer
 
Inker's Avatar
 
Join Date: Dec 2004
Posts: 1,537
Thanks: 32
Thanked 132 Times in 56 Posts

My System

Default

Does the file play in wmp or another player (mpc/zplayer, etc?)
__________________

There are only two industries that refer to their customers as "users".
- Edward Tufte
Inker is offline   Reply With Quote
Old 2008-01-30, 11:50   #14 (permalink)
Portal Member
 
Join Date: Jan 2007
Location: Hannover
Posts: 34
Thanks: 1
Thanked 0 Times in 0 Posts

Country:


Send a message via ICQ to nic_06
Default

no...
nic_06 is offline   Reply With Quote
Old 2008-01-30, 12:55   #15 (permalink)
Portal Designer
 
Inker's Avatar
 
Join Date: Dec 2004
Posts: 1,537
Thanks: 32
Thanked 132 Times in 56 Posts

My System

Default

Then your script isnt right.

Do you get a black video with red error message? If not then avisynnth isnt installed correctly.
If yes then the script has an error (maybe typo?....but the red text will tell you what's wrong).

Anybody else tried it?
__________________

There are only two industries that refer to their customers as "users".
- Edward Tufte
Inker is offline   Reply With Quote
Old 2008-01-30, 13:22   #16 (permalink)
Portal Member
 
Join Date: Jan 2007
Location: Hannover
Posts: 34
Thanks: 1
Thanked 0 Times in 0 Posts

Country:


Send a message via ICQ to nic_06
Default

I get this error when playing with mediaplayer classic:

"Ein entsprechendes Dekomprimierprogramm konnte für diese Datei nicht gedownloadet werden. (Fehler=80040200)"

There is no red error message.

It`s in german. I hope you understand...:-)
nic_06 is offline   Reply With Quote
Old 2008-01-30, 13:57   #17 (permalink)
Portal Designer
 
Inker's Avatar
 
Join Date: Dec 2004
Posts: 1,537
Thanks: 32
Thanked 132 Times in 56 Posts

My System

Default

Sounds to me like AviSynth isn't properly installed. Which version did you get?
__________________

There are only two industries that refer to their customers as "users".
- Edward Tufte
Inker is offline   Reply With Quote
Old 2008-01-30, 14:00   #18 (permalink)
Portal Member
 
Join Date: Jan 2007
Location: Hannover
Posts: 34
Thanks: 1
Thanked 0 Times in 0 Posts

Country:


Send a message via ICQ to nic_06
Default

2.5
nic_06 is offline   Reply With Quote
Old 2008-02-02, 15:57   #19 (permalink)
Portal Member
 
Join Date: Feb 2006
Location: Missouri
Age: 23
Posts: 184
Thanks: 3
Thanked 1 Time in 1 Post

Country:

My System

Default

I dont know if this will help anyone but i have all of my dvd's ripped and they show up in MP TV series. They are stored like this

root\TVShows\Show name\Show name - 01x01 - Pilot\VIDEO_TS

And have these in the parsing expressions

simple - <series> - <season>x<episode> - <title>\VIDEO_TS\VIDEO_TS.IFO
simple - <series> - <season>x<episode> -\VIDEO_TS\VIDEO_TS.IFO
simple - <series> - <season>x<episode> - <title>.avi

It gets all of the dvd's and avi's.
keith2045 is offline   Reply With Quote
Old 2008-02-02, 20:36   #20 (permalink)
Portal Member
 
Join Date: Jan 2008
Posts: 82
Thanks: 1
Thanked 6 Times in 5 Posts

Country:


Default

As you can see in keith2045's post, if you wan't to play DVD's from a VIDEO_TS-folder, you'll need to point it to the VIDEO_TS.IFO in the VIDEO_TS-folder in order to be sure it's working. I have no idea if MP is supposed to support pointing only to a folder containing VIDEO_TS/AUDIO_TS-folders, but I've not gotten it to work unless I point it to the .IFO-file.
jocke is offline   Reply With Quote
Reply

Bookmarks

Tags
dvd, series

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Listing series which have been copied onto a dvd runarius My TVSeries 22 2007-04-07 11:56
My TV Series imported_pacoma Plugins/Erweiterungen 0 2007-01-14 21:02
How can i serach for TV series mitzekotze MediaPortal 1 Talk 0 2006-11-12 23:10
My Series? Glith General Support 2 2006-04-19 13:46
Series Recording Anonymous Improvement Suggestions 1 2004-12-27 00:52


All times are GMT +1. The time now is 20:58.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress