#musicbrainz

/

      • luks
        JonnyJD: it seems to me that you want to work with a stack of patches, rather than a graph of revisions. that's fine, but I'd say that's not the usual dvcs workflow
      • JonnyJD
        but I take it as "I shouldn't rebase that often" even if it is only feature branches
      • luks
        in fact that's the workflow used mostly in svn
      • where you don't see inside the merged feature branches, so you get just one commit per feature
      • JonnyJD
        luks: lets just say I have quite a rapid development approach to feature branches. On my local machine I rebase frequently (one feature only, not multiple things)
      • johtso
        When a release consists of separate tracks, and then a continuous mix track, the continuous mix track should be the DJ who mixed it right?
      • JonnyJD
        So when most people wouldn't even commit locally. I already commit prototypes and sometimes push them to feature branches for others to see.
      • luks
        johtso: not necessarily, but usually yes
      • JonnyJD
        But I probably should rebase at least less for feature branches I pushed.
      • Thanks for the feedback luks.
      • warp never rebases.
      • luks
        I can't change your opinion, but for projects that I work on, open source and proprietary, we never throw away any commits
      • and I often found it useful to be able to go back to the broken versions in between
      • JonnyJD
        Well, for big changes I create a new branch on git and rebase that. So for the feature_list api on libdiscid I alredy have created like 10 branches with possible solutions.
      • johtso
        luks, does this look like a good approach to copy? http://musicbrainz.org/release/50acc43e-2803-40...
      • basically lots and lots of relationships :)
      • JonnyJD
        (local branches, and 2 pushed to github)
      • luks
        johtso: that looks good to me, but I'd be probably too lazy to add the "is a DJ mix of" relationships :)
      • johtso
        does seem a little strange having all these sub-release relationships
      • reosarevok
        luks: well, it's very easy now :)
      • (load the relationship editor, select all tracks but the last, add the links in one go :) )
      • Cook879 joined the channel
      • johtso
        I'm still not sure how cautious I should be when deciding whether to use existing recordings in a release or create new ones
      • andreypopp joined the channel
      • how sure should you be before deciding not to create a new recording?
      • hawke_1
        johtso: I usually check the acoustID primarily.
      • johtso
        hawke_1, aha, is that forgiving of trailing silence?
      • hawke_1
        if it matches an existing recording that has only that acoustID, I will pick that one.
      • yes.
      • definitely if the track is longer than two minutes
      • otherwise it may be a bit more iffy.
      • johtso
        hawke_1, is it not relatively rare for a recording to have an acoustID in MB?
      • hawke_1
        Not at all.
      • johtso
        ah, great
      • hawke_1
        it depends a lot on the genre though, I expect.
      • johtso
        but I shouldn't worry too much about just creating a release with all new recordings right?
      • hawke_1
        No, not at all.
      • johtso
        merging recordings can easily be done down the road
      • hawke_1
        yep
      • all the better if you submit acoustIDs to them though, to make that more confident. ;-)
      • Ben\Sput joined the channel
      • nikki
        haha
      • ListMyCDs
        I though my phone has gone crazy when every 30 seconds it was beeping about a new message on style list xD
      • Leftmost
        Ben\Sput, do you have the source for your waveplot stuff anywhere?
      • Ben\Sput
        Leftmost: the clients on github, the server isn't yet
      • Leftmost: imager/ directory has the important stuff, mostly C++, scanner/ has all the scripty stuff that would be in the picard plugin, if there was one :P
      • Leftmost
        What's the general structure? Using the client, will it submit to your database, or can I create my own?
      • Ben\Sput
        the C code take an audio file as a parameter, and extracts the data and computes the image, then outputs it on stdout
      • johtso
        is a "vocal remake" the equivalent of a remix for the purposes of relationships?
      • Ben\Sput
        you'd then read the output, and submit it to the database using the /submit/ url endpoint
      • johtso
        and does anyone know what a vocal remake is? :)
      • Ben\Sput
        Leftmost: that's what the python "scanner" does
      • so, if you wanted to make your own, you'd take the C application, and write your own submission script for it, which supplies the server with the necessary info
      • *C++
      • hawke_1
        johtso: haven’t a clue.
      • Leftmost
        Freso, ping
      • reosarevok
        johtso: I think it's a remix where the vocal line is given extra importance, but yeah, it's not the clearest thing...
      • johtso
        reosarevok, makes sense. Found another recording that had the person as a remixer, so seems like the way to go
      • seems a little strange that you could mark a remixer as "additional"
      • reosarevok
        Sometimes they get that credit
      • Who knows *why*
      • The music industry is weird :)
      • derwin
        a vocal remake is probably just a remix
      • but sometimes "remake" actually means cover
      • which is confusing :)
      • Ben\Sput
      • johtso
        Is there any way to tell if Picard has submitted acoustID fingerprints successfully?
      • Ben\Sput
        johtso: it should say so in the bottom left
      • hawke_1
        johtso: also you can check if the recordings you submitted them to now have acoustids.
      • Freso
        Leftmost: pong!
      • johtso
        Aha, I need to explicitly "scan" them right?
      • Ben\Sput
        johtso: yup
      • johtso: I didn't work that out for months :P
      • johtso
        and if looks up the fingerprint it's also submitting it?
      • *if it
      • Freso
        JonnyJD: I don't mess with hg. And I'm not really a Bitbucket guy. I like the culture around GitHub far better than the one surrounding BB. But, unfortunately, BB's just got some thing More Right(tm) than GH. :/
      • Ben\Sput
        johtso: not so far as I know, you need to actually submit them for it to submit
      • JonnyJD
        Freso: thanks.
      • johtso
        Ben\Sput, how would I do that?
      • Ben\Sput
        johtso: there should be a submit button at the top
      • next to save iirc
      • yeah, in betweeen "Save" and "CD Lookup"
      • johtso
        Ben\Sput, aha, it's greyed out, which I assume means they're already in the DB?
      • Ben\Sput
        johtso: yes, if you've scanned them and dragged them to a release in the right hand side pane
      • johtso
        Or does it only work if it's from a physical CD?
      • Ben\Sput
        johtso: it should work for any audio
      • johtso
        wait.. you can open a CD in picard, what am I talking about :D
      • Ben\Sput
        johtso: although it doesn't really make sense if it's not from digital sources
      • johtso
        *can't
      • Leftmost
      • Cook879 joined the channel
      • Freso
        luks: As late as yseterday night, a branch was branched off from the wrong parent branch. Of course, the commits could have been exported and re-applied to the proper branch - but it was easier and quicker to simply rebase the new branch on top of what was supposed to have been its parent branch.
      • Leftmost: I'm guessing it is.
      • Leftmost: Remind me in the morrow, and I'll give my recording a listen and compare.
      • mr_maxis
        hawke_1: I think I explained enough in the first edit, you seem so sure of yourself, I give up, congrats.
      • Freso
        Leftmost: But Anne-Marie of Prisme is a harpist, FWIW.
      • hawke_1
        mr_maxis: yeah, but the voting in the first edit pretty much covered that whole thing, the second edit didn’t justify the revert at all.
      • Leftmost
        Nor did it link to the earlier discussion.
      • mr_maxis
        hawke_1: in your opinion
      • hawke_1
        mr_maxis: you think the picture link was self-explanatory?
      • Leftmost
        At least one editor who voted yes was unaware of the previous discussion.
      • Freso, well, the harp is a convenient video. There's a recording "Song of the Kelpie" on a Solas album, wanted to see if I could use that work.
      • The second edit linked to a Discogs release which didn't even include the contested picture, merely showing that someone at Discogs thought it should be credited that way.
      • VxJasonxV
        hmm
      • I need an example of an album on Juno Download
      • a VA/comp
      • that contains one track that is a mashup of two tracks
      • I have a VA with artist credits that's working well.
      • My ability to search for this is terrible for some reason.
      • also, searching for 'mashup' on junodownload is disheartening
      • aha, found one
      • derwin
        VxJasonxV: awesome :)
      • I would have helepd but I just read this :)
      • ruaok joined the channel
      • Leftmost
        It's so hard to find cover art scans of some of these albums I want to correct. Someone should really archive those.
      • hawke_1
        Yeah, maybe archive.org is interested.
      • Leftmost
        Eh, probably too much trouble for them.
      • reosarevok
        Yeah
      • I bet their servers would have trouble with it anyway
      • hawke_1
        oh snap!
      • nikki
        hawke_1: those images haven't shown up yet, have they?
      • hawke_1
        Nope.
      • nikki
        k
      • I'll ask them
      • hawke_1
        I don’t remember ever seeing a “page not found” error on archive’s site before either when I had trouble with a missing image.
      • but maybe I just never looked before
      • nikki
        that's normal if mb thinks there's an image and IA doesn't
      • hawke_1
        k
      • reosarevok
        Meh, some of the stuff I added this morning is still on the front page
      • People, go add more stuff with cover art!
      • Mineo
        like, one of the releases you entered just with a different country?:P
      • Leftmost
        Is it just me or have most of the things in the recent stuff for the past couple days been rap?
      • nikki
        hawke_1: apparently the server the images are on is down
      • hawke_1: so I assume they'll show up when it's back
      • hawke_1
        OK, sounds good.
      • well, not good — but I’ll live.
      • reosarevok
        Leftmost: well, that's what I usually add :p
      • (well, I also add a fair amount of classical works and standalone recordings - but those don't show there :) )
      • And I guess there are a couple others adding them too
      • nikki is waiting for warp to finish the multi-uploader
      • nikki
        no point uploading all the images I have and having nothing ot break it with :P
      • reosarevok
        Since I generally import the rap from iTunes or bandcamp, the front image is just there for the uploading too
      • And since that generally means only a front cover, there's nothing to test the multi uploader with anyway
      • heh
      • A "recently added videos" would be nice though :p
      • (with recently added streamable youtube links)
      • Would probably be pretty much full of Spanish rap and Estonian performers of classical though I guess
      • (since I don't think many others are adding videos)
      • nikki
        I do, but only in batches every so often