-
Notifications
You must be signed in to change notification settings - Fork 197
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
Option to sync playlists with playlist files/folder #832
Comments
Maybe this kind of "advanced" option would be more suitable to be available on the command line with the |
@paulijar Is it foreseeable that you want to address this in the near future? As for myself, I don't really know much about PHP. I would also be willing to create a bounty, but I'm unsure if bountysource.com is still trustable... |
Yes, I'm considering making this |
The command may be used to export one, several, or all playlists of a user or multiple users to a file. By default, the playlists are exported to the user home directory but another directory may be given with an optional argument. refs owncloud#832
The command may be used to import one or several playlists from file(s) for one or multiple users. If the user already has a playlist with the same name as the file, then either option `overwrite` or `append` has to be used. refs #832
The command may be used to import one or several playlists from file(s) for one or multiple users. If the user already has a playlist with the same name as the file, then either option `overwrite` or `append` has to be used. refs #832
Music v1.4.1 is now out, bringing the |
I am just trying to get the playlist-import running. I want to import all playlists (.m3u) in a specific folder. The command i tried (to import at least one playlist): And how do i import all lists in a folder? A few examples of running the command would be helpful for me. |
@M1scer Sorry, importing all lists in a folder is not implemented for now. But you can import several lists with a single command by listing them one-by-one, by giving multiple The path to the file should be given relative to the home folder of the user within the cloud file system. It doesn't matter if you prefix the path with |
@paulijar is this planned to be added? Thank you, now it is working fine. i tried it with a absolute path before. |
Possibly. Ideally, I'd like to have it so that the |
Wildcard characters * and ? are now supported when defining the name(s) of playlists files to import. These characters are *not* interpreted as wildcards when they are part of the directory name (on Linux, these characters are allowed as ordinary characters in any file/folder name). refs #832
@M1scer The newly released Music v1.5.0 now allows using wildcard characters |
Hello, would it be possible to add some option to sync the changes of a playlist made in the Music app with a m3u file in the Files app?
I have many playlists and would have to export every one of them to a file to backup. Additionally i like to sync my music to my computer and get the latest playlist there too to work with local m3u players (i already like that the m3u files use relative paths, when they are exported from Music app). Maybe to make it more complete there could be an optional folder created in the Files app where the playlists are automatically synced?
The text was updated successfully, but these errors were encountered: