hey, so i save all music that comes out of picard into one of 12 month-coded folders in my music collection, i.e., unsurprisingly, I just changed the Picard destination directory to /library/music/04-new.music
2024-04-01 09225, 2024
iconoclast_hero
can I make that something like `$(date +%whatever gives me ## month)` ?
2024-04-01 09239, 2024
iconoclast_hero
can I make that something like `/library/music/$(date +%whatever gives me ## month)-new.music` ?
2024-04-01 09203, 2024
iconoclast_hero
i guess %m
2024-04-01 09203, 2024
iconoclast_hero
`$ cd /librar/music/"$(date +%m)-new.music"` actually works because i set bash to excuse small typos like that.
2024-04-01 09211, 2024
rjuj has quit
2024-04-01 09223, 2024
rjuj joined the channel
2024-04-01 09230, 2024
rjuj has quit
2024-04-01 09241, 2024
nirvdrum joined the channel
2024-04-01 09204, 2024
nirvdrum has quit
2024-04-01 09244, 2024
nirvdrum joined the channel
2024-04-01 09259, 2024
rdswift
iconoclast_hero, try something like $month($datetime(\%Y-\%m-\%d)) to get the month to enter in your file naming script.
2024-04-01 09207, 2024
rdswift
or possibly just $datetime(\%m)
2024-04-01 09218, 2024
iconoclast_hero
so...
2024-04-01 09230, 2024
iconoclast_hero
maybe that is a much better way of doing it than how i am.
2024-04-01 09221, 2024
iconoclast_hero
can the file naming script decide what directory files are saved in? i.e., i can set `Destination directory` in the Picard File Naming Options dialog to /library/music and have the naming script change the location based on the month?
2024-04-01 09243, 2024
iconoclast_hero
Picard always goes to these directories so it's really not that big of a deal that this is going to be hard to figure out later.
2024-04-01 09203, 2024
iconoclast_hero
i'll try to find a place to remind myself that's what's happening.
hi all, it looks like the general rate limit for the MB public api (like just GET http://musicbrainz.org/ws/2/release/123) is one request per second? is that right?