2022-07-18, 21:40
Do you use any scraper to get your animes data?? Like TMDB?
If you use NFO files, U can have any genre you want
If you use NFO files, U can have any genre you want
(2022-07-18, 21:13)Bungee_G Wrote:Do you mean the SETS on the widget home menu? You can disable that deleting the set.xml file on library folder(2022-07-18, 20:17)ngbruno Wrote: Hey there,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...
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>
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)
(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"
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>