Feature: Block (unblock) Tracks & Artists #4873
Replies: 2 comments
-
|
Best is to jump into discord in the developers section to have these kind of discussions, its easier and faster. What exactly is the usecase behind this ? Because you can argue that if you don't want to hear something, you simply do not put in the library ? Also, this will only work for items that are actually in the library. What about you put in some streaming provider playlist ? |
Beta Was this translation helpful? Give feedback.
-
|
This is exactly what I was looking for. I have full albums in my library and do not want to "delete" tracks from them. But there are some tracks I'd rather not play when I just "play all" from an artist. For exemple, When I play everything from "Eminem", I'd like to skip "Bitch" from "The Slim Shady LP"... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've started working on a PoC implementing a mechanism that will allow users to block specific tracks or artists so they are automatically skipped during playback. This is particularly useful for provider auto-generated playlists, like radio-generated queues.
Before I finalize the implementation, I wanted to check if this aligns with the project vision and get your input.
Player Behavior:
Implementation Plan
Models
Add blocked: bool = False attribute to:
Server - Database & Controllers
Server - API Commands
Add to MusicController:
Server - Playback Logic
Modify PlayerQueuesController._play_index():
Server - Auto-skip on Block
In add_item_to_blocked():
Frontend
Is this something that would interest you? @marcelveldt @MarvinSchenkel
Beta Was this translation helpful? Give feedback.
All reactions