Kodi Community Forum

Full Version: Manually sort movies in movie categories?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have kodi with the aeon flux skin. I have my movies sorted into movies categories through a video node editor.
But some of my movies appear in multiple movie categories, is there a way to edit the category for each movie so It does not appear in multiple movie categories?

/Karl
Hi Smile

not sure, but it looks like a media_filename.nfo should do the trick.
read the wiki http://kodi.wiki/view/NFO_files/Movies#V...ML_and_URL

I'd would like some movies to be sorted into a SPECIFIC order in a movie set.
for the file SuperMovie2 (2017).mkv I created this file SuperMovie2(2017).nfo
Code:
<movie>
        <title>Super Movie : the return of the come back</title>
        <set>Super Movie Pack</set>
        <sorttitle>Movie2</sorttitle>
</movie>
https://www.themoviedb.org/movie/012345

using the example in the wiki, adding 1 or multiple genre flags should do what you want
here an example of what I understand you want
Code:
<movie>
        <genre>AnimAction</genre>
        <title>Super Movie : the return of the come back</title>
        <sorttitle>Movie2</sorttitle>
</movie>
https://www.themoviedb.org/movie/012345

rescan your sources and voila

If you have a lot of files... you'll have to create a lot of file...