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

implement browsing by tags (fixes #47) #74

Merged
merged 12 commits into from
Mar 1, 2025
Merged

Conversation

midwan
Copy link
Collaborator

@midwan midwan commented Feb 27, 2025

- Added new option in Settings
- Browsing by Tags is now possible. Instead of listing directory names, the format is now instead: Artist\Album\Songs

There are still some issues, regarding how MusicBee handles this. Unfortunately, we cannot store the IDs of the retrieved Artists and Albums, and we only get a request as their names from MusicBee. This becomes a problem when you have an Artist with an Album of the same name (e.g. Firewind\Firewind), as it's then not possible to know which one was requested.
@midwan midwan linked an issue Feb 27, 2025 that may be closed by this pull request
@midwan midwan self-assigned this Feb 27, 2025
midwan added 6 commits March 1, 2025 20:15
Use a selected profile field and a list of settings for each profile.
This breaks earlier configs, but it makes it much better in handling the different profile settings.
Greatly simplified browsing by directories
Selecting any directory except the root one, will now recursively scan and retrieve all contained files
@midwan midwan merged commit 8d5515b into master Mar 1, 2025
2 checks passed
@midwan midwan deleted the 47-implement-browsing-by-tags branch March 1, 2025 22:07
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

Successfully merging this pull request may close these issues.

Problem playing song in MB from ampache Conflating "musicFolderId" and "id" Implement Browsing by Tags
1 participant