suggestions to make this thing way better.. (1 Viewer)

Kilack

Portal Member
August 10, 2009
31
0
I am slowly converting my database over from xbmc.
The weakest part of this plugin is its parsing, it is pretty horrid and you notice that when you have to do so much work to make it work coming from xbmc that handled almost everything thrown at it.

The biggest flaw is the complete reliance on the filename.
There should be options to use the foldername for the tvseries name in parsing and then to just look for the s05e06 information to get the season and episode number, that would solve loads of issues for many people. It is a lot easier to change one foldername to be correct rather than to change a ton of episode names. Changing filenames is nasty because a lot of the time the filenames have other information such as the scene group the type of rip eg tvrip or dvdrip etc so you cant just use one of the tvrenamers because they remove this info. The ability to search an nfo file for all the information would be great also and would speed up the scanning by a factor of infinity.

anyway back to my issue at hand

I have a multipart episode which is named
Waking with Dinosaurs S01E01-2-3-4-5-6-7-8-9-10-11-12.avi

so that contains episodes 1 through to 12
It worked fine in xbmc but seem to be having problems scanning it in here, if this isn't supported then please consider adding support for more than just 2 part episodes.

It looks to be a great plugin but I would love to see the parsing engine worked on more
1) a tickbox that says "use folder name to get series name" so that means we can use
BAYWATCH\season 1\bw-s01e05
and it would use the foldername instead of trying to work out what bw is etc and then just scans for the s01e05 which could be anywhere in the filename.
This would also work for any filename eg
BAYWATCH\season 1\s01e06.avi
BAYWATCH\season 1\dvdrip_s01e07.avi

If you used the method above and used the foldername and then just scan the filename for the s01e07 or other supported formats eg 1x07 etc then it will make this plugin way less fussy on its strict naming and at the same time pickup the vast majority the filenames out there without people having to change them.


2) look for xbmc style nfo files and scan these, this would cut down on any hit and miss and no internet lookups are needed at all as it contains everything, also scan for local media, episode thumbs that match the media file name.

3) support for more than 2 part multi episodes


Thanks for the great plugin, please don't take that as a criticism, well if you do, please take it as a constructive one :)
It is a great plugin but in any software there is always room for improvement.
 

joz

Portal Pro
March 17, 2008
1,353
306
Home Country
Netherlands Netherlands
1) you can do that, I do that here too, just need some regex that works with that, nothing fancy
2) Tha'ts what moving pictures does, I think tvseries doesn't do that yet.
3) I think 2 part is not even working (at least I have never got that working) so lets focus on that first ey :)
 

CHli

Portal Pro
July 5, 2005
1,251
14
Switzerland
Home Country
Switzerland Switzerland
1) you can do that, I do that here too, just need some regex that works with that, nothing fancy
2) Tha'ts what moving pictures does, I think tvseries doesn't do that yet.
3) I think 2 part is not even working (at least I have never got that working) so lets focus on that first ey :)

3) Better focus on going straight to support N episodes :) And I agree that even the feature to have 2 doesn't seem to work ;)

Thanks !
 

marvenius

Portal Pro
September 3, 2008
523
47
Belgium
Home Country
Netherlands Netherlands
2 episodes in 1 file is working here, it's all in the naming... [Serie - SxxEyyEzz - 1stEpisodeTitle - 2ndEpisodeTitle.ext] works fine for me... here.
 

CHli

Portal Pro
July 5, 2005
1,251
14
Switzerland
Home Country
Switzerland Switzerland
Ok well I'll have to try harder then. Everytime I had file with two episodes in it it would detect it ok (episode index 2 is filled with the second episode number found) but then everything is shifted in the season (episode 3 is showed as episode 2, etc).
 

joz

Portal Pro
March 17, 2008
1,353
306
Home Country
Netherlands Netherlands
2 episodes in 1 file is working here, it's all in the naming... [Serie - SxxEyyEzz - 1stEpisodeTitle - 2ndEpisodeTitle.ext] works fine for me... here.

Well that would not work for my dir structure so I guess what I have as structure is not handled by the default regex (I'm not really good in regex myself, I know some).
I have mine like /series/season/episodenumber - episodename.ext. I have added some simple rules to cope with that I might have to look for something better, any tips?
I tried already naming my 2 part files with 01 - 02 - episodename but that get's parsed wrong ofcourse by the simple rules (which btw are set higher then default rules). All the rest I have named 01 & 02 (for example), so no dash but an ampersand
 

Users who are viewing this thread

Top Bottom