damienhaynes / moving-pictures

Moving Pictures is a movies plug-in for the MediaPortal media center application. The goal of the plug-in is to create a very focused and refined experience that requires minimal user interaction. The plug-in emphasizes usability and ease of use in managing a movie collection consisting of ripped DVDs, and movies reencoded in common video formats supported by MediaPortal.
12 stars 6 forks source link

New modifier for parsing of dates in scraper engine #1125

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add a new value modifier to correctly parse dates in scraper scripts.

Original issue reported on code.google.com by apond...@gmail.com on 26 Apr 2013 at 3:33

GoogleCodeExporter commented 8 years ago
initial changes committed in r1514

Usage:     ${variable:date(<format>)}
Example:   ${myScrapedDate:date(dd-MM-yyyy)}

The modified result will always be the invariant format: yyyy-MM-dd.

Format specifiers can be found here: http://msdn.microsoft.com/en-
us/library/8kb3ddd4.aspx .

Original comment by apond...@gmail.com on 26 Apr 2013 at 3:35

GoogleCodeExporter commented 8 years ago

Original comment by apond...@gmail.com on 26 Apr 2013 at 3:35

GoogleCodeExporter commented 8 years ago

Original comment by apond...@gmail.com on 26 Apr 2013 at 4:11

GoogleCodeExporter commented 8 years ago

Original comment by damien.haynes@gmail.com on 11 Jan 2014 at 9:57