2021-12-05, 11:38
I did some looking and found a thread on this and made an advancedsettings.xml file so that I could increase the 25 limit to 150. Not sure if the 150 was to high but I add a lot of new stuff with my system conversion.
All I want to do is view the movie posters in the movies content under recently added. I am not to concerned with them all showing on the main screen widget, but that would be nice as well if simple.
Anyhow, I am not able to get it to work. Here is the xml I have in the file. This is all that I have in the xml file so I will post here. I hope thats ok.
I also placed the file in the userdata root.
\\KODI\Users\kodi5\AppData\Roaming\Kodi\userdata
This is the exact location. I did not create any of this myself so I am not sure why it says kodi5, but everything works fine other than what I am trying to do now.
Here is my advancedsettings.xml content
<advancedsettings>
<videolibrary>
<allitemsonbottom>false</allitemsonbottom> <!-- sorts the "*All" items at the bottom of the list when in Ascending order -->
<cleanonupdate>false</cleanonupdate> <!-- default set to false to prevent Kodi from removing items from the database while updating. -->
<usefasthash>true</usefasthash> <!-- defaults to true. Set to false in order to skip hashing based on the folders modification time. -->
<recentlyaddeditems>150</recentlyaddeditems> <!-- number of recently added items. Defaults to 25 -->
<itemseparator> / </itemseparator> <!-- separator used for multiple artists/genres in tags. Note, this is *space* *slash* *space* -->
<exportautothumbs>false</exportautothumbs> <!-- export auto-generated thumbs. Defaults to false -->
<importwatchedstate>false</importwatchedstate> <!-- import previously exported playdate and playcount from .nfo files. Defaults to false -->
<importresumepoint>false</importresumepoint> <!-- import previously exported resume point from .nfo files. Defaults to false -->
<dateadded>2</dateadded> <!-- 0 results in using the current datetime when adding a video;
1 (default) results in prefering to use the files mtime (if it's valid) and only using the file's ctime if the mtime isn't valid;
2 results in using the newer datetime of the file's mtime and ctime -->
</videolibrary>
<advancedsettings>
All I want to do is view the movie posters in the movies content under recently added. I am not to concerned with them all showing on the main screen widget, but that would be nice as well if simple.
Anyhow, I am not able to get it to work. Here is the xml I have in the file. This is all that I have in the xml file so I will post here. I hope thats ok.
I also placed the file in the userdata root.
\\KODI\Users\kodi5\AppData\Roaming\Kodi\userdata
This is the exact location. I did not create any of this myself so I am not sure why it says kodi5, but everything works fine other than what I am trying to do now.
Here is my advancedsettings.xml content
<advancedsettings>
<videolibrary>
<allitemsonbottom>false</allitemsonbottom> <!-- sorts the "*All" items at the bottom of the list when in Ascending order -->
<cleanonupdate>false</cleanonupdate> <!-- default set to false to prevent Kodi from removing items from the database while updating. -->
<usefasthash>true</usefasthash> <!-- defaults to true. Set to false in order to skip hashing based on the folders modification time. -->
<recentlyaddeditems>150</recentlyaddeditems> <!-- number of recently added items. Defaults to 25 -->
<itemseparator> / </itemseparator> <!-- separator used for multiple artists/genres in tags. Note, this is *space* *slash* *space* -->
<exportautothumbs>false</exportautothumbs> <!-- export auto-generated thumbs. Defaults to false -->
<importwatchedstate>false</importwatchedstate> <!-- import previously exported playdate and playcount from .nfo files. Defaults to false -->
<importresumepoint>false</importresumepoint> <!-- import previously exported resume point from .nfo files. Defaults to false -->
<dateadded>2</dateadded> <!-- 0 results in using the current datetime when adding a video;
1 (default) results in prefering to use the files mtime (if it's valid) and only using the file's ctime if the mtime isn't valid;
2 results in using the newer datetime of the file's mtime and ctime -->
</videolibrary>
<advancedsettings>