You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that is up to the player to determine the order that the files in the feed are displayed. You could try changing line 252 to use 'sorted(files)' and see if that gives the ordering that you would like. I don't think that should change the order displayed for files with different dates so it could be changed without needing an option to configure it...
Changing line 253 to:
for f in sorted(files):
has put the files with identical dates in alphanumeric order. I think the
player (in my case Andriod Podcast Addict) would normally put them in the
order that they are in the RSS feed.
On 23 March 2018 at 19:31, CiderMan ***@***.***> wrote:
I think that is up to the player to determine the order that the files in
the feed are displayed. You could try changing line 252 to use
'sorted(files)' and see if that gives the ordering that you would like. I
don't think that should change the order displayed for files with different
dates so it could be changed without needing an option to configure it...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACDoOh2dhpsxQZbLdb0LXQk9aBL7taqeks5thU2sgaJpZM4S44cW>
.
For creating RSS feeds out of existing files it would be useful to put the alphanumeric order of the filename (rather date stamp).
The text was updated successfully, but these errors were encountered: