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
MediaPortal 1 Plugins
MePo Tools - Download ClearArt/CDArt/ClearLogos, Music Video clips 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: 1116567" data-attributes="member: 68833"><p>[USER=76230]@D3ltoroxp[/USER]</p><p>I do not know where do you have those files. In the source code of the plugin I have not found.</p><p>[CODE=C#] // genrate a filename for a backdrop. should be unique based on the source hash</p><p> private static string GenerateFilename(DBMovieInfo movie, string source) {</p><p> string artFolder = MovingPicturesCore.Settings.BackdropFolder;</p><p> string safeName = movie.Title.Replace(' ', '.').ToValidFilename() + "-" + movie.Year;</p><p> return artFolder + "\\{" + safeName + "} [" + source.GetHashCode() + "].jpg";</p><p> }[/CODE]</p></blockquote><p></p>
[QUOTE="ajs, post: 1116567, member: 68833"] [USER=76230]@D3ltoroxp[/USER] I do not know where do you have those files. In the source code of the plugin I have not found. [CODE=C#] // genrate a filename for a backdrop. should be unique based on the source hash private static string GenerateFilename(DBMovieInfo movie, string source) { string artFolder = MovingPicturesCore.Settings.BackdropFolder; string safeName = movie.Title.Replace(' ', '.').ToValidFilename() + "-" + movie.Year; return artFolder + "\\{" + safeName + "} [" + source.GetHashCode() + "].jpg"; }[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
MePo Tools - Download ClearArt/CDArt/ClearLogos, Music Video clips and more!
Contact us
RSS
Top
Bottom