New menu in Home
#46
Do you use any scraper to get your animes data?? Like TMDB?
If you use NFO files, U can have any genre you want
Reply
#47
(2022-07-18, 21:13)Bungee_G Wrote:
(2022-07-18, 20:17)ngbruno Wrote: Hey there,

Sorry I forgot to post how I did all that you need with your library.

If you use "ANIME" as genre on your animes, you can do that to your recentlyaddedmovies:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="10" type="filter">
    <label>20382</label>
    <icon>DefaultRecentlyAddedMovies.png</icon>
    <content>movies</content>
    <order direction="descending">dateadded</order>
    <rule field="genre" operator="doesnotcontain">
        <value>Anime</value>
    </rule>
</node>
Thanks for your answer but I didn't use anime as genre since as @ontap said, there is no anime genre in the list in estuary...
But I figured out how to do it with a rule doesnotcontain the path of the animes folder

But there is an issue, I don't know if you have the same thing but when I click on a movie set from the recently added movies (from the widget on the home menu, there is this issue only from the widget) then I go back, instead of going back to the recently added movies screen, it displays the Titles movies screen so with all the movies and not only the recently added movies. Do you know how to fix that ? Or instead do you know how to not show sets but directly the movies without disabling sets in the settings (that's how the original recently added movies screen works... Even if the movie sets are enabled, it doesn't show the movie sets)
Do you mean the SETS on the widget home menu? You can disable that deleting the set.xml file on library folder
Reply
#48
Take a look at my kodi (i´m using coreelec), but the skinning is almost the same. Using 2 media types (movies and tv shows), I´ve created 4 categories (movies, tv shows, live concerts and mma).  Movies and live concerts are "movies" type of media, and tv shows and mma are "tvshows". I´ve separated them using only genres and a little bit of edition. And all my files are on onedrive, so my library is all created with srtm files + nfo. For the movies and tvshows, all nfo are scraped directly from tmdb. For the live concerts and mma i´ve created custom nfo, is where I can use any genre I want.
https://youtu.be/se9gludeJlM
Reply
#49
Thanks for your answer, here is what I meant : https://streamable.com/vhckr3

As you can see when I return after I clicked on a movie set, instead of going back to "Recently added movies", it goes to "Titles"
Reply
#50
(2022-07-18, 22:32)Bungee_G Wrote: Thanks for your answer, here is what I meant : https://streamable.com/vhckr3

As you can see when I return after I clicked on a movie set, instead of going back to "Recently added movies", it goes to "Titles"

Show me your recentlyadde.xml inside library-videos-movies folder
Reply
#51
Here it is :

xml:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="10" type="filter">
    <label>20382</label>
    <content>movies</content>
    <match>all</match>
    <icon>DefaultRecentlyAddedMovies.png</icon>
    <rule field="path" operator="doesnotcontain">
        <value>C:\Users\younm\Downloads\Nouveau dossier (2)\</value>
     </rule>
     <order direction="descending">dateadded</order>
     <limit>25</limit>
</node>
Reply

Logout Mark Read Team Forum Stats Members Help
New menu in Home0