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

Quickly Mark Episodes as "Read" #2143

Open
expatri0tic opened this issue Feb 19, 2024 · 1 comment
Open

Quickly Mark Episodes as "Read" #2143

expatri0tic opened this issue Feb 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@expatri0tic
Copy link

Is your feature request related to a problem? Please describe.

I'm trying to stop using non-FOSS shit (even though I'm an iOS user). My friend linkinparkrulz (Jordan) put me on to this app for sending sats to my favorite pod, Max at Ungovernable Misfits.
My issue is that I've already listened to the first 167 episodes (more actually since it includes early RHR rips) of TFTC (Tales from the Crypt) and it's EXTREMELY slow to mark them as played.
Essentially I have to hit the triple dots, click mark as read, then wait as it takes effect for a good 2 seconds. EACH episode is like this. Multiplied by trying to import 5-6 shows I've already watched through 1/3 to 1/2 of their shows already.

Describe the solution you'd like
I'd love to be able to long press the episode and have a check-box appear for selecting multiple episodes all at once (plus an option for select-all)
Be able to then mark many as read/unread all at once or all of them as read/unread all at once.

Describe alternatives you've considered
Alternative solution would be to to be able to swipe the episode left or right in one motion like many iOS apps allow for marking emails as read/unread etc

Additional context
NA

Please feel free to join our Discord and chat with us in the #dev channel if you'd like to work on this.

@expatri0tic expatri0tic added the enhancement New feature or request label Feb 19, 2024
@lovegaoshi
Copy link
Contributor

dunno how much this actually helps but I have this feature in mine:
I keep the current podcast/playlist in a hook, and expose a toggleSelected (manipulating an array of bool) to keep track of what is selected;
then pass on the episodes to whatever menu function selected.
https://github.com/lovegaoshi/azusa-player-mobile/blob/74ed40cae268ef12d86ef22d01296260ca58e2ac/src/components/playlist/SongList/SongList.tsx#L104

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

No branches or pull requests

2 participants