maciek134 / podphoenix

A podcast player for Ubuntu Touch — Podbird reborn
GNU General Public License v3.0
5 stars 6 forks source link

Show episodes in cronological order #9

Open nicolascolla opened 1 year ago

nicolascolla commented 1 year ago

By default, podbird/podphoenix show episodes in reverse cronological order:

738        db.transaction(function (tx) {
739            var rs = tx.executeSql("SELECT rowid, * FROM Episode WHERE podcast=? ORDER BY published DESC", [pid]);

I recommend showing episodes in cronological order by default:

A toggle to show episodes in reverse cronological order could be added later.

ilyakooo0 commented 1 year ago

@nicolascolla It is not obvious to me that this is the desired behavior.

Some podcasts have 100+ episodes and listening to the latest episode seems like a more likely use case than listening to the first episode.