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
Weather Plugin Enhancement
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="jdiffend" data-source="post: 9503" data-attributes="member: 10910"><p>You mean modify the url with tags something like:</p><p>%MM% = Month with leading zero if needed</p><p>%DD% = Day with leading zero if needed</p><p>%YY% = Year with just the last 2 digits</p><p>%DAY=#% = Day of the week cut to # digits</p><p>%MONTH=#% = Month as text limited to # digits</p><p>%YEAR% = Year as 4 digits</p><p></p><p>So your url would be something like:</p><p><a href="http://www.weeronline.nl/daten/%DAY=3%/%YEAR%/%MM%/%DD%/nlnl0950.jpg" target="_blank">http://www.weeronline.nl/daten/%DAY=3%/%YEAR%/%MM%/%DD%/nlnl0950.jpg</a></p><p></p><p>Which would be cool (and not super tough since you are just doing a search and replace) just as long as the image name doesn't change. I suppose it might have a time code as well but you could use tags for the time as well.</p><p></p><p>The numbers wouldn't present a problem but the abbreviations might. You'd probably have to be able to modify those in an XML file or database and be able to insert an ID or KEY into the string so it knows which one to use. That might be easier for multiple languages.</p></blockquote><p></p>
[QUOTE="jdiffend, post: 9503, member: 10910"] You mean modify the url with tags something like: %MM% = Month with leading zero if needed %DD% = Day with leading zero if needed %YY% = Year with just the last 2 digits %DAY=#% = Day of the week cut to # digits %MONTH=#% = Month as text limited to # digits %YEAR% = Year as 4 digits So your url would be something like: [url]http://www.weeronline.nl/daten/%DAY=3%/%YEAR%/%MM%/%DD%/nlnl0950.jpg[/url] Which would be cool (and not super tough since you are just doing a search and replace) just as long as the image name doesn't change. I suppose it might have a time code as well but you could use tags for the time as well. The numbers wouldn't present a problem but the abbreviations might. You'd probably have to be able to modify those in an XML file or database and be able to insert an ID or KEY into the string so it knows which one to use. That might be easier for multiple languages. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Weather Plugin Enhancement
Contact us
RSS
Top
Bottom