note that that the original image 28MB one is jpg whereas all others jpeg
monkey
Will implement in the PR. Also, I think I'll make the changes to the YIM SVGs in that same PR as well to save us some complications to deploy and test
Yes, thanks for the heads up
lucifer
sounds good to me
mayhem
lucifer: monkey : feel free to rename these -- I just needed some method to keep track of the various things I was trying, but not that I have a deliverable, lets give them consistent, sensical names.
monkey
Huh, too late :) But keeping track is definitely a good idea
Especially with associated json data
Here's a question about something I've never done: IIRC if I commited some big images to git and subsequently deleted them, git will keep some references/revs/diffs which will bloat the repo for no reason. Considering I'm still on an unmerged branch, how do I go about removing those images from the git history (while keeping changes to other files from same commits)?
i think you can fix your branch for now and let's merge that. this one will need to rewrite master history so best to do that after other open PRs are merged.
hi there, Im currently in the works of scripting to rename, my music files. I currently have this issue where single/dj-mix goes into the music folder. this is current code $noop(Move audiobooks into a audiobooks folder.)
$if($inmulti(%releasetype%,audiobook), books/,
$noop(Move podcasts into a podcasts folder.)
$if($inmulti(%releasetype%,podcast), podcast/,
$noop(Move broudcasts such as 6music shows into the compilations folder.)
[listenbrainz-server] 14MonkeyDo opened pull request #2308 (03master…catch-spotify-refresh-failure): SpotifyPlayer: catch failed calls to refresh token https://github.com/metabrainz/listenbrainz-serv...
reosarevok
bigquestion: maybe rdswift or zas can help if they're around, but otherwise, for Picard scripts and whatnot the forum is often a good source of help :)
I ended up following the recommendation in the git docs and not using filter-branch, they suggest using git-filter-repo (a third party tool) instead. But I guess either way it rewrites the entire history
I think I'm going to have to resolve this tomorrow with fresh eyes
lucifer
monkey: i see makes sense.
i think filter repo creates a similar backup
if you could push that backup to a new branch, i could help resolve but no hurry anyway. can do tomorrow.
serialata joined the channel
bigquestion
monkey dont stay up for too long. look at it in the morning
im not sure if tre is bug inn picard wich i can only asume there is