| | #1 (permalink) |
| Portal Member Join Date: Jan 2007
Posts: 76
Thanks: 1
Thanked 0 Times in 0 Posts
| 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? |
| | |
| | #3 (permalink) |
| Portal Designer | 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 |
| | |
| | #6 (permalink) |
| Portal Member Join Date: Jun 2007
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
| 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. |
| | |
| | #7 (permalink) |
| Portal Member Join Date: Jul 2007
Posts: 18
Thanks: 5
Thanked 0 Times in 0 Posts
Country: | 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? |
| | |
| | #9 (permalink) |
| Portal Member Join Date: Jan 2008
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | 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 |
| | |
| | #10 (permalink) |
| Portal Designer | 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
__________________ There are only two industries that refer to their customers as "users". - Edward Tufte |
| | |
![]() |
| Bookmarks |
| Tags |
| dvd, series |
| Thread Tools | |
| Display Modes | |
|
|
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 |