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
 
Thread Tools Display Modes
Old 2007-02-12, 14:27   #1 (permalink)
Portal Member
 
Join Date: Jan 2007
Posts: 76
Thanks: 1
Thanked 0 Times in 0 Posts


Default DVD TV Series?

Hi Ive been using My TVSeries and let me say its an awesome plugin. Works great for files downloaded off the net.

However I have one issue, I cant seem to get it to work for DVDs that are TV Series, I have friends/Band of brothers etc, which are all DVDs that reside on my HD in directories named such as:

root\Friends\
root\Friends\Friends Season1
root\Friends\Friends Season2
...

When I run My TV Series it goes into the directory and tries to match the .VOB files etc.

My question is, is there a way for the plugin to just use the directory name, or do this only for DVDs?
jay_galway is offline   Reply With Quote
Old 2007-02-14, 11:12   #2 (permalink)
Portal Member
 
Join Date: Jan 2007
Posts: 76
Thanks: 1
Thanked 0 Times in 0 Posts


Default

Ok no responses, Im gonna mess with the source code and add this myself

Im a programmer in my day job and cant be arsed to wait around heh
jay_galway is offline   Reply With Quote
Old 2007-02-14, 11:50   #3 (permalink)
Portal Designer
 
Inker's Avatar
 
Join Date: Dec 2004
Posts: 1,550
Thanks: 34
Thanked 133 Times in 57 Posts

My System

Default

Heh, sorry :-)

And please, absolutely feel free to implement this yourself. Please let us know if you need any information and keep us posted so we can integrate your work into the main solution.

Inker
__________________

There are only two industries that refer to their customers as "users".
- Edward Tufte
Inker is offline   Reply With Quote
Old 2007-05-31, 03:45   #4 (permalink)
MP Donator
 
vvulture's Avatar
 
Join Date: Jun 2006
Location: Sydney
Age: 36
Posts: 248
Thanks: 4
Thanked 2 Times in 2 Posts

Country:

My System

Default

Quote:
Originally Posted by Inker View Post
Heh, sorry :-)

And please, absolutely feel free to implement this yourself. Please let us know if you need any information and keep us posted so we can integrate your work into the main solution.

Inker
Has this been implemented yet ?
__________________
Kids and computers do not mix...
vvulture is offline   Reply With Quote
Old 2007-06-27, 03:36   #5 (permalink)
Portal Member
 
Join Date: Jun 2007
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts


Default

i'm curious too! was anyone able to get anywhere with locally stored DVD's?
goin3d is offline   Reply With Quote
Old 2007-06-27, 14:03   #6 (permalink)
Portal Member
 
Join Date: Jun 2007
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts


Default

i forgot to ask...has anyone tried manually inserting the iso information into the db3 file?

** update** i was able to insert the iso's in the db3 file with just enough info to perform an online sync of the series info...but unfortunately it all disappeared the first time media portal was started :/ anyone else have a similar experience or know if the plugin only allows certain file types on boot?

*** my last update for a bit *** the episode filename is the primary key in the local episode table....so i couldn't have 1 iso as the filename for multiple episodes :/

lemee know if anyone has found a workaround as this is an AWESOME plugin!!

Last edited by goin3d; 2007-06-28 at 02:21.
goin3d is offline   Reply With Quote
Old 2007-07-27, 09:36   #7 (permalink)
Portal Member
 
Join Date: Jul 2007
Posts: 18
Thanks: 5
Thanked 0 Times in 0 Posts

Country:


Default

Is there any way to workaround the need of a "programmer" and make the plugin read out a text file if its a VIDEO_TS folder?
Then we can fill up the text file with the episodes on that DVD?

Just wondering, im no programmer, I wish I was.. but maybe its possible to workaround this?
BuUrMaN is offline   Reply With Quote
Old 2007-08-25, 08:08   #8 (permalink)
Portal Member
 
Join Date: Feb 2006
Location: USA
Age: 22
Posts: 125
Thanks: 0
Thanked 0 Times in 0 Posts

My System

Send a message via AIM to Game_dude Send a message via MSN to Game_dude Send a message via Yahoo to Game_dude
Default

This would be a great idea! But sounds hard to do for some reason though I'm not a programmer so I don't know
Game_dude is offline   Reply With Quote
Old 2008-01-25, 11:27   #9 (permalink)
Portal Member
 
Join Date: Jan 2008
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Question

Did anyone ever get anywhere with this ? All my shows are split roughly equally between avi's and ripped vobs. It'd be nice to have the ripped DVD's show up aswell.

Great plugin by the way.

Bulla
Bulla is offline   Reply With Quote
Old 2008-01-25, 12:07   #10 (permalink)
Portal Designer
 
Inker's Avatar
 
Join Date: Dec 2004
Posts: 1,550
Thanks: 34
Thanked 133 Times in 57 Posts

My System

Default

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.
__________________

There are only two industries that refer to their customers as "users".
- Edward Tufte
Inker 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 Off
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 04:28.


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