home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Quality Assurance
Titan Skin Feedback
Themes: BasicHome, Clear Art's support for Titan, Weather icon on screen, bugfixes and more.
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="ajs" data-source="post: 1298576" data-attributes="member: 68833"><p>No, it just works with what is there, but it loads new ones where indicated. The folders with which it works can be seen in the log at startup.</p><p></p><p>Depending on the settings, MePoTools may not download new ones (if they already exist) or download them every time they are updated (then they will change).</p><p></p><p>Perhaps, but I started using it and wrote MePoTools, it is more convenient and more functional, then some of the functionality moved to FH.</p><p></p><p>FH does not have its own paths, it looks for paths from MePoTools (by default), if it does not find it, it looks for paths from DVDArt (by default) and uses them, something like this:</p><p>[CODE=csharp] // Music</p><p> MusicClearArtFolder = Path.Combine(MPThumbsFolder, @"ClearArt\Music\"); // MePotools</p><p> if (!Directory.Exists(MusicClearArtFolder) || IsDirectoryEmpty(MusicClearArtFolder))</p><p> {</p><p> MusicClearArtFolder = Path.Combine(MPThumbsFolder, @"Music\ClearArt\"); // MusicInfo Handler</p><p> if (!Directory.Exists(MusicClearArtFolder) || IsDirectoryEmpty(MusicClearArtFolder))</p><p> {</p><p> MusicClearArtFolder = Path.Combine(MPThumbsFolder, @"Music\ClearLogo\FullSize\"); // DVDArt</p><p> if (!Directory.Exists(MusicClearArtFolder) || IsDirectoryEmpty(MusicClearArtFolder))</p><p> MusicClearArtFolder = string.Empty;</p><p> }</p><p> }</p><p> if (!string.IsNullOrEmpty(MusicClearArtFolder))</p><p> {</p><p> logger.Debug("Fanart Handler Music ClearArt folder: "+MusicClearArtFolder);</p><p> }</p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="ajs, post: 1298576, member: 68833"] No, it just works with what is there, but it loads new ones where indicated. The folders with which it works can be seen in the log at startup. Depending on the settings, MePoTools may not download new ones (if they already exist) or download them every time they are updated (then they will change). Perhaps, but I started using it and wrote MePoTools, it is more convenient and more functional, then some of the functionality moved to FH. FH does not have its own paths, it looks for paths from MePoTools (by default), if it does not find it, it looks for paths from DVDArt (by default) and uses them, something like this: [CODE=csharp] // Music MusicClearArtFolder = Path.Combine(MPThumbsFolder, @"ClearArt\Music\"); // MePotools if (!Directory.Exists(MusicClearArtFolder) || IsDirectoryEmpty(MusicClearArtFolder)) { MusicClearArtFolder = Path.Combine(MPThumbsFolder, @"Music\ClearArt\"); // MusicInfo Handler if (!Directory.Exists(MusicClearArtFolder) || IsDirectoryEmpty(MusicClearArtFolder)) { MusicClearArtFolder = Path.Combine(MPThumbsFolder, @"Music\ClearLogo\FullSize\"); // DVDArt if (!Directory.Exists(MusicClearArtFolder) || IsDirectoryEmpty(MusicClearArtFolder)) MusicClearArtFolder = string.Empty; } } if (!string.IsNullOrEmpty(MusicClearArtFolder)) { logger.Debug("Fanart Handler Music ClearArt folder: "+MusicClearArtFolder); } [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Quality Assurance
Titan Skin Feedback
Themes: BasicHome, Clear Art's support for Titan, Weather icon on screen, bugfixes and more.
Contact us
RSS
Top
Bottom