INTERACT FORUM
More => Old Versions => Media Center 17 => Topic started by: Hendrik on January 26, 2012, 09:44:57 am
-
This was brought up briefly in the .73 build thread, but then somehow never came up again.
If Carnac fills the [Name] field of a file, the automatic Movie & TV Info lookup will not override it anymore.
This renders the feature nearly useless for me, as the name is the most important part for that thing to figure out for my TV series.
Carnac names them usually stuff like "Chuck S5E11" because the file names contain no name, so overwriting them with the automatic lookup info is a good thing.
Can we make it so that the lookup will overwrite [Name] again (maybe only if filled by Carnac?)?
Maybe you have bigger plans for some sort of configuration or such, however in combination with Carnac, its not really working that well anymore right now.
I just wanted to be sure to bring it up again, if you have plans to make it generally better, nevermind me!
-
Carnac names them usually stuff like "Chuck S5E11" because the file names contain no name, so overwriting them with the automatic lookup info is a good thing.
Carnac should do a better job. Can you provide a few examples of the filenames that don't work?
-
Chuck S5E11 is actually a pretty good name to get.
Are they always that good, because your post in another thread made it sound like you were getting total junk in the name field.
As for this issue, the trick is that we don't know the name is from Carnac. Maybe we should replace name if it's of the form [Series] S[Season]E[Episode]?
-
I would like to see meaningful filenames delimited by something--a space a dash, whatever: "Chuck - S5-E11".
-
The problem here is that Carnac or you, might fill out the Name with wrong info. Spelling mistakes or other oddities. If the search with the scrapers yields a better, more correct name, this is not corrected. That's not great. In my opinion, name should be one of the very few fields that SHOULD be overwritten by the automatic and manual scraping. Always. The naming on the online sources is very reliable.
-
Next build:
Changed: Automatic movie & tv info lookup will overwrite the name for a television episode using the value in the online database (no other existing data is overwritten in automatic mode).
-
Chuck S5E11 is actually a pretty good name to get.
Are they always that good, because your post in another thread made it sound like you were getting total junk in the name field.
As for this issue, the trick is that we don't know the name is from Carnac. Maybe we should replace name if it's of the form [Series] S[Season]E[Episode]?
I agree that "Chuck S5E11" isn't the worst thing that can happen, but sometime it also interprets some other file tags as the name, which could be totally useless.
Of course the actual Episode name is much more useful.
Usually, if it looks like this, it'll do the "Chuck S5E11" thing:
Chuck.S05E11.720p.HDTV.X264-DIMENSION.mkv
If it looks like this, it'll just set it to "Dimension", which is completely useless. :p
Chuck.S05E11.720p.HDTV.X264.DIMENSION.mkv
Anyhow, if the change now always overwrites the [Name], thats awesome. :)
-
Usually, if it looks like this, it'll do the "Chuck S5E11" thing:
Chuck.S05E11.720p.HDTV.X264-DIMENSION.mkv
If it looks like this, it'll just set it to "Dimension", which is completely useless. :p
Chuck.S05E11.720p.HDTV.X264.DIMENSION.mkv
Anyhow, if the change now always overwrites the [Name], thats awesome. :)
Is it common to be signed with a dot instead of a dash? I haven't seen that before.
Currently we remove known tokens like ".720p" or ".HDTV"
Then, if the file had some tokens like that, we look for a signature at the end (looking for a dash, and where it comes in the remaining string) and remove that.
Another approach would be to search for known tokens, and just remove everything after the first one. But that would break something like:
Chuck.720p.S.02.E.03-Matt
-
Both ways seem equally common, dots or dashes.
I'm really not worried about it if the Info Lookup just gets the name for me, though.
Whats important is the Series/Season/Episode parsing, which seems pretty good, with some small minor problems.
There is only some minor cases where a file is called for example Castle.2009.S04E03.mkv, and it puts the series name as Castle 2009, and i have to move them to the plain "Castle" category every week, but i guess that might not be easy to be fixed.
I have a similar problem with sanctuary.us.s04e02.mkv, i really only want "Sanctuary", but it always makes it "Sanctuary Us".
Too bad it isn't smart enough that i could teach it some of the mistakes it commonly does (ie. Castle 2009 -> Castle, Sanctuary Us -> Sanctuary), without me manually changing it every time.
-
Both ways seem equally common, dots or dashes.
I'm really not worried about it if the Info Lookup just gets the name for me, though.
Whats important is the Series/Season/Episode parsing, which seems pretty good, with some small minor problems.
Agreed. Who cares how Carnac interprets all the weird scene release tagging, in most cases... If MC can properly extract the Series, Season, and Episode numbers (which seems to work very well with the current system), then Automatic Lookup can pretty much take care of the rest.
-
Correct.