Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to put files in alphanumeric order in the RSS feed #1

Open
LegoChicken opened this issue Mar 23, 2018 · 2 comments
Open

Comments

@LegoChicken
Copy link

For creating RSS feeds out of existing files it would be useful to put the alphanumeric order of the filename (rather date stamp).

@CiderMan
Copy link
Owner

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...

@LegoChicken
Copy link
Author

LegoChicken commented Mar 25, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants