-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
symlink support for paths #408
Comments
+10 It would also be useful to simply have symlink option in addition to move and copy |
Any progress on this yet? |
@mfiano This thread is the canonical source of information about progress. 😃 If you're interested in the feature, the best thing you can do is pitch in yourself! |
I would also appreciate this. I haven't been able to check out that plugin yet, but it would be nice if it could both move and symlink eg. beet import --lynk /music/Beatles/ this would then both move the Beatles to main library folder and symlink to a folder as set by the .config: (symlink: beet imp -lynk /music/Beatles/ ends up with Beatles in the main music dir: /../../music/Rock/Beatles and also in the symlink directory: (symlinks) /../../music/other/Beatles It would take care of my scenario where 1 server is used by 2 or more people and using xbmc/kodi to pull music from and to separate music symlinks would be great as the one that likes the Beatles doesn't need to sift thru lots of Hip Hop or Dubstep or whatever else they don't like to get to it. |
@three80 This should be possible with the alternatives plugin. An example configuration would look like this plugins: alternatives
alternatives:
other:
directory: /music/other
formats: link
query: "artist:beatles" Then run There are two things the plugin won’t do for you
|
Yeah, other than on import, after trying out your plugin it does everything I need. Great work. |
@sampsyo I think we can close this issue since the mentioned plugin solves the original request. |
Sounds good, @geigerzaehler. The plugin sounds great. Let me know if you're ever interested in shipping it with beets. |
What I think would be an nice feature...
Suppose you wanted to sort your music on the filesystem by multiple criteria with a hierarchy like:
~/music/by-artist/$albumartist/$album/$track $title
~/music/by-genre/$genre/[symlink albumartist dir from above]
~/music/by-type/$albumtype/[symlink albumartist dir from above]
~/music/by-import-date/$beets-date-added/[symlink albumartist dir from above]
If we could have children path formats that symlink for every 1 real parent path format, it would offer a way to really get to know your music collection just by browsing your filesystem and without copying files taking up space.
I wonder how hard something like this would be to implement?
The text was updated successfully, but these errors were encountered: