Kodi Community Forum
Another Movie Sets question - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+---- Forum: TinyMediaManager (https://forum.kodi.tv/forumdisplay.php?fid=204)
+---- Thread: Another Movie Sets question (/showthread.php?tid=219153)

Pages: 1 2


Another Movie Sets question - bobrap - 2015-02-21

When saving movieset artwork, options are movie folder and separate folder. Any chance for an option to not save to movie folder if a central folder is used, e.g. c:\movieset artwork? Also, can we get the naming the same. Individual folders = movieset-poster, separate folder = 300 Collection-folder. I think poster works better than folder. Thanks!

One other thing (sorry), when renaming movies, any reason hyphen are removed?


RE: Another Movie Sets question - bobrap - 2015-02-25

Any thoughts on this?


RE: Another Movie Sets question - mlaggner - 2015-02-25

sorry, forgot to answer...

I changed the file naming to -poster; no one complained about that in the past, so I assume the dev of the movie set artwork automator changed anything recently.

we write to the movie set folder as a kind of fallback; the whole movie set artwork topic is not in any kodi standard. That's simply solved how some devs decided to Wink
I do not know whether I want to change this any more... And we won't change the naming, because this would break the movie artwork detection

I would need an example when the hyphens get removed..


RE: Another Movie Sets question - bobrap - 2015-02-26

(2015-02-25, 21:38)mlaggner Wrote: sorry, forgot to answer...

I changed the file naming to -poster; no one complained about that in the past, so I assume the dev of the movie set artwork automator changed anything recently.

we write to the movie set folder as a kind of fallback; the whole movie set artwork topic is not in any kodi standard. That's simply solved how some devs decided to Wink
I do not know whether I want to change this any more... And we won't change the naming, because this would break the movie artwork detection

I would need an example when the hyphens get removed..

When renaming, this "30 Days of Night - Dark Days (1080p)" gets renamed to "30 Days of Night Dark Days (1080p)".


RE: Another Movie Sets question - myron - 2015-02-26

cannot reproduce.
Please try it once again, and send us the logs afterwards...


RE: Another Movie Sets question - bobrap - 2015-02-26

How 'bout a pic:

Image

Not really sure how to attach log file. Blush


RE: Another Movie Sets question - myron - 2015-02-26

well, a log would be better (there is a bug reporting button in the menu Wink) but we see it on the pic as well Smile

Your movie name is "Captain America: The Winter Soldier"
Since the colon cannot be specified as name, it gets removed.

Your OLD folder/name had the dash in there, but the NEW movie title has not.
We're not removing this - we're simply using the pattern you specified in renamer settings...


RE: Another Movie Sets question - bobrap - 2015-02-27

OK, I understand, but, how do I keep the dash?


RE: Another Movie Sets question - myron - 2015-02-27

well, since you probably rename with $T (=title), you might want to change your movie title Wink


RE: Another Movie Sets question - bobrap - 2015-02-27

OK, so what I'm getting from this is hyphens are not allowed in file names. Since this is the only program that does that, maybe I should look for something else. Thanks.


RE: Another Movie Sets question - myron - 2015-02-27

I'm still in doubt, if you really understood me:

You scraped a movie online, the new title is without hypens.
Please don't blame TMM for removing something - we just rename to what you scraped...


RE: Another Movie Sets question - bobrap - 2015-02-27

I think the problem is if a movie title has a colon in it, it just deletes it instead of changing to hyphen.


RE: Another Movie Sets question - myron - 2015-02-28

Correct Smile
But what should we do?
How should we know what char you want?
What about other weird characters?
Should we replace all with a hyphen?
The next would want an underscore for another character...

-> it shouldn't get too complicated...


RE: Another Movie Sets question - bobrap - 2015-02-28

No problem in other programs or with me Big Grin


RE: Another Movie Sets question - myron - 2015-03-04

After testing with my library, i think we could make this in.
Since a colon is a delimiter of the title, it is better to replace with something printable, instead of completely removing it.
Thanks for pointing that out Smile