Having a "Pending Actions" screen would be useful
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
podbird | Status tracked in Trunk | |||||
| Devel |
Wishlist
|
Nekhelesh Ramananthan | |||
| Trunk |
Wishlist
|
Nekhelesh Ramananthan |
Bug Description
You have the "What's New" list as well as the full list of "Podcasts", perhaps it would be an idea to add one to show the "Pending Downloads" or "Pending Actions" and their current status...
This would allow you to find which podcasts are marked for download, and see the progress....
It would be useful to be able to change priorities from this screen, perhaps with a "Download this next" and/or "Download this now" option, because often I find that I have many downloads queued, nothing seems to be happening and I don't know how many other podcasts are queued to download (sometimes over a slow link) before the one I want to listen to.
Related branches
- Podbird Developers: Pending requested 2016-03-15
-
Diff: 414 lines (+138/-55)6 files modifiedapp/podbird.qml (+30/-22)
app/podcasts.js (+2/-2)
app/ui/EpisodesPage.qml (+6/-2)
app/ui/EpisodesTab.qml (+66/-7)
app/ui/PodcastsTab.qml (+1/-1)
po/podbird.nik90.pot (+33/-21)
- Michael Sheldon: Approve on 2016-03-28
-
Diff: 2860 lines (+1178/-1166)15 files modifiedapp/components/Card.qml (+62/-117)
app/components/CardView.qml (+15/-20)
app/components/ColumnFlow.qml (+0/-494)
app/components/CustomSectionHeader.qml (+47/-0)
app/components/TabsList.qml (+0/-52)
app/podbird.qml (+148/-77)
app/podcasts.js (+102/-2)
app/settings/About.qml (+0/-1)
app/ui/EpisodesPage.qml (+21/-19)
app/ui/EpisodesTab.qml (+275/-100)
app/ui/NowPlayingPage.qml (+329/-224)
app/ui/PlayerControls.qml (+6/-6)
app/ui/PodcastsTab.qml (+4/-3)
app/ui/Queue.qml (+88/-0)
po/com.mikeasoft.podbird.pot (+81/-51)
Nekhelesh Ramananthan (nik90) wrote : | #1 |
Changed in podbird: | |
importance: | Undecided → Wishlist |
status: | New → Triaged |
Nekhelesh Ramananthan (nik90) wrote : | #2 |
I have added the list of on-going downloads to the Downloads View. This should help see which podcasts are marked for download and see their progress. As a bonus, we have integrated this function into the transfer indicator as well.
Changed in podbird: | |
status: | Triaged → In Progress |
assignee: | nobody → Nekhelesh Ramananthan (nik90) |
James Lewis (james-fsck) wrote : | #3 |
Nekhelesh,
I'm not sure what this downloads view you are referring to is, I just have "What's New", "Podcasts", "Add New Podcasts" and "Settings". I'm still trying to find out what it's trying to download (if anything) and what the status is.
I've set podbird to not be suspended, and it's run for 48 hours with a WiFi connection, I've rebooted the device and restarted podbird several times, but I still can't make it download the podcast I want to listen to....
That's a good idea that we will look into implementing.