Hi!
I had so shift-left click to get both of the arrows selected and sorted, but no difference on the PS3 listing.
The podcast folders (Preview, interview, feature etc) are listed alphabetical. The podcast movies are random or the PS3 sorts in its own way when all the dates are alike. It's not listed like in WMS. But all new movies (with newer date) is listed on top.
Is there any way in the script to retrieve the "posted date" or original created date?
In gametrailers script:
VideoItem.Properties[mpiCreateDate] := Now; Could it be set to posted/created date from podcast instead?
I tried
VideoItem.Properties[mpiCreateDate] := ''; It sorted correctly in WMS, but PS3 used alphabetical listing. Probably because there was no date tag/info.
If I create a ordinary rss podcast from gametrailers (no script), the (posted/created) dates appear and listing are correct. Can't play them ofc. That's what the script is for
Example RSS, no script:

- test.jpg (204.45 KiB) Viewed 7917 times
Question is, how do we get those dates(formatted) from the gametrailers script?
-bana