Support remote libraries #5
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: wojtek/musichoard#5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The initial iteration of library functionality only supports libraries on the local machine. However, the library can be located on a remote machine (e.g. media server).
Extend the library trait for remote libraries and implement the extensions for the beets backend.
Example CLI usage that should trigger ssh:
musichoard -b user@hostname:path/to/beets/config.yaml
.