hey, how do beets users apraoch a problem of syncing part of your music collection to Adnroid?
infides_afk joined the channel
DjSlash
By copying files through samba or ssh
infides_afk is now known as infides
infides_ joined the channel
infides has quit
sparklyballs has quit
sparklyballs joined the channel
darnir joined the channel
simukis joined the channel
BrainDamage
i have a cron job that does 2 things: beets generate a smart playlist with a subset of my songs, then for each element in the playlist create a symlink to a folder
then i use syncthing to sync the dir to my phone, having it resolve each symlink as if it was a reg file
you could do the same with rsync
libussa
groundnuty, by using subsonic
frobnicator is now known as notfrobnicator
Yaniel
I use syncthing
sim590 has quit
sim590 joined the channel
sparklyballs has quit
sparklyballs joined the channel
sparklyballs has quit
sparklyballs joined the channel
simukis joined the channel
cla-
BrainDamage: whoa. can you share the cronjob?
I'm using syncthing + subsonic in one of the machines
one of the things I would love to do (but I'm not tech savvy enough to do it) is to be able to 'export' (something like a 'cp -a') a beets query. For example, to be able to copy to a X folder, all 2017 albums ('beet ls -a year:2017')
Miblo_ joined the channel
libussa
use the -p flag to output filenames, and then you can pipe the results to whatever command you want
Miblo has quit
Miblo_ is now known as Miblo
cla-
libussa: yeah, I know that _in theory_. But that's when the "not tech savvy enough" part comes in ;)
libussa
cla-, what I like to do is to use a custom convert command, that way I can easily copy beet queries, and change the folder format