foo_discogs, Tags files with information from Discogs |
![]() ![]() |
foo_discogs, Tags files with information from Discogs |
Dec 13 2006, 22:59
Post
#126
|
|
|
Group: Developer Posts: 1074 Joined: 13-November 05 Member No.: 25748 |
I have a request for a feature... I want to see the size of the image (width and height) and/or a simple preview window of the whole image (so I can see the quality of it). But if it's too hard to do forget it =) Too much work for what it is...and usually quality is high enough (600x600 jpg) I just tagged my first record label with the plugin it was still a lot faster than manual but couldn't you make it possible to paste the intire url in the discogs release id box this because selecting it everytime again drives me crazy so: http://www.discogs.com/release/63894 instead of 63894 or both is also fine. it don't think the url changes after release/ I don't know actually but if it's possible please do it. for one album it wouldn't matter but for 1000 it does and it saves up a lot of time and it's also a bit out of lazyness... I was thinking to this not so long ago so it'll be done, but you won't make me believe selecting the release id and hitting ctrl-c is much slower than selecting the whole URL. Well it still does make sense to paste the whole URL even if it's 0.5s faster.... |
|
|
|
Dec 14 2006, 00:28
Post
#127
|
|
|
Group: Developer Posts: 1074 Joined: 13-November 05 Member No.: 25748 |
released V0.28. See changelog for details
|
|
|
|
Dec 14 2006, 05:10
Post
#128
|
|
|
Group: Members Posts: 106 Joined: 22-July 06 Member No.: 33181 |
I just tagged my first record label with the plugin it was still a lot faster than manual but couldn't you make it possible to paste the intire url in the discogs release id box this because selecting it everytime again drives me crazy so: http://www.discogs.com/release/63894 instead of 63894 or both is also fine. it don't think the url changes after release/ I don't know actually but if it's possible please do it. for one album it wouldn't matter but for 1000 it does and it saves up a lot of time and it's also a bit out of lazyness... I strongly agree - it can't hurt to accept both, and it's easy to implement. |
|
|
|
Dec 14 2006, 12:36
Post
#129
|
|
|
Group: Members Posts: 30 Joined: 19-February 06 Member No.: 27871 |
Just a couple of comments and notes:
- Sometimes it doesn't sort tracks alphabetically... for example for the following albums http://www.discogs.com/release/433449 http://www.discogs.com/release/789299 I guess it should always place tracks in order they are numbered/ordered on discog's page and then you can have an ability to change it the way you want + Have a button to sort tracks alphabetically with one click. - Would it be possible to embed the following command to run web browser from within menu: http://www.discogs.com/search?type=release...eplace(%artist%, ,+)+$replace(%album%, ,+)&btn=Search (I use fooRUN component to run this command) Or even more - parse the page which discogs generate from that link and place the first album link into clipboard or run the renaming dialog right away for the first (if any) successful album Thanks for such a great component!!! N |
|
|
|
Dec 14 2006, 15:59
Post
#130
|
|
![]() Group: Members Posts: 680 Joined: 11-July 03 From: Brno, Czech Rep. Member No.: 7705 |
bubbleguuum, i _love_ that you've used herbert for your anv example
-------------------- info about my tag guesser script for foo_lua (preview version available):
http://www.hydrogenaudio.org/index.php?showtopic=16987 |
|
|
|
Dec 14 2006, 16:35
Post
#131
|
|
|
Group: Members Posts: 106 Joined: 22-July 06 Member No.: 33181 |
I haven't used libcurl, so I don't know how tough this would be to implement, but a progress bar dialog box while it fetches the release data would be a friendly improvement, especially if you are fetching multiple pages (like with ANVs presumably.)
|
|
|
|
Dec 14 2006, 17:35
Post
#132
|
|
|
Group: Members Posts: 101 Joined: 5-December 06 Member No.: 38397 |
- Sometimes it doesn't sort tracks alphabetically... for example for the following albums http://www.discogs.com/release/433449 http://www.discogs.com/release/789299 I guess it should always place tracks in order they are numbered/ordered on discog's page and then you can have an ability to change it the way you want + Have a button to sort tracks alphabetically with one click. Yeah there is a matching system which compares your track lengths to discogs and sorts the tracks based on results. That button for fast re-sorting sounds good This post has been edited by orchid: Dec 14 2006, 17:39 |
|
|
|
Dec 14 2006, 20:26
Post
#133
|
|
|
Group: Developer Posts: 1074 Joined: 13-November 05 Member No.: 25748 |
bubbleguuum, i _love_ that you've used herbert for your anv example Herbert is just the king of ANVs ! I'm still considering wheter to add foo_custominfo support or not as I don't think it'll interest a lot of people... Can you describe precisely why you prefer custom info and for which tags ? I haven't used libcurl, so I don't know how tough this would be to implement, but a progress bar dialog box while it fetches the release data would be a friendly improvement, especially if you are fetching multiple pages (like with ANVs presumably.) It's becoming necessary to have a progress bar since it can sometimes take a long time to retrieve info and there's no feedback for that, so yes it'll be added! Just a couple of comments and notes: - Sometimes it doesn't sort tracks alphabetically... for example for the following albums http://www.discogs.com/release/433449 http://www.discogs.com/release/789299 I guess it should always place tracks in order they are numbered/ordered on discog's page and then you can have an ability to change it the way you want + Have a button to sort tracks alphabetically with one click. as someone said discogs track are automatically reordered if the matching algorithm can map them to local tracks. NOw I know it'd make more sense to have the discogs track in fixed order and reorder the local files instead , but that's not the case because of how I did the dialog in the first place. QUOTE - Would it be possible to embed the following command to run web browser from within menu: http://www.discogs.com/search?type=release...eplace(%artist%, ,+)+$replace(%album%, ,+)&btn=Search (I use fooRUN component to run this command) Or even more - parse the page which discogs generate from that link and place the first album link into clipboard or run the renaming dialog right away for the first (if any) successful album I'll try to do a proper search dialog I just tagged my first record label with the plugin it was still a lot faster than manual but couldn't you make it possible to paste the intire url in the discogs release id box this because selecting it everytime again drives me crazy so: http://www.discogs.com/release/63894 instead of 63894 or both is also fine. it don't think the url changes after release/ I don't know actually but if it's possible please do it. for one album it wouldn't matter but for 1000 it does and it saves up a lot of time and it's also a bit out of lazyness... I strongly agree - it can't hurt to accept both, and it's easy to implement. Done in v0.28! |
|
|
|
Dec 14 2006, 21:35
Post
#134
|
|
|
Group: Members Posts: 186 Joined: 27-June 03 Member No.: 7420 |
I'm having trouble getting 2 disc sets to work. I highlight all the tracks in the album (both discs), right click and select "write tags", enter this: "http://www.discogs.com/release/805659"
and it tags everything as one disc with 27 tracks, instead of 2 discs with 13 and 14 tracks. Am I doing anything wrong? |
|
|
|
Dec 14 2006, 21:38
Post
#135
|
|
|
Group: Members Posts: 106 Joined: 22-July 06 Member No.: 33181 |
I'm having trouble getting 2 disc sets to work. I highlight all the tracks in the album (both discs), right click and select "write tags", enter this: "http://www.discogs.com/release/805659" and it tags everything as one disc with 27 tracks, instead of 2 discs with 13 and 14 tracks. Am I doing anything wrong? You sure read the instructions in the first post wrong, for a start. |
|
|
|
Dec 14 2006, 21:39
Post
#136
|
|
|
Group: Developer Posts: 1074 Joined: 13-November 05 Member No.: 25748 |
I'm having trouble getting 2 disc sets to work. I highlight all the tracks in the album (both discs), right click and select "write tags", enter this: "http://www.discogs.com/release/805659" and it tags everything as one disc with 27 tracks, instead of 2 discs with 13 and 14 tracks. Am I doing anything wrong? Look at first post, at the end of the changelog of v 0.2. I explain how to tag multi-disc releases |
|
|
|
Dec 15 2006, 00:13
Post
#137
|
|
|
Group: Developer Posts: 1074 Joined: 13-November 05 Member No.: 25748 |
bubbleguuum, i _love_ that you've used herbert for your anv example Your wait is almost over, I just added custominfo support (configurable per tag). It was much faster to do than I thought thanks to the easy API. Look for a release this week end. Only information you can't put in a custom info is the precious release id which is always stored in tag. That way, even if you loose the custom info db you can still regenerate it all either in real tags or in custom info or a mix of the two! This post has been edited by bubbleguuum: Dec 15 2006, 00:14 |
|
|
|
Dec 15 2006, 10:23
Post
#138
|
|
|
Group: Members Posts: 257 Joined: 27-September 05 Member No.: 24739 |
bubbleguuum this plugin is awesum and updated really fast! much appreciated.
i requested before just wanted to drop a reminder could you add a tag for the featured artists? |
|
|
|
Dec 15 2006, 12:49
Post
#139
|
|
|
Group: Members Posts: 101 Joined: 5-December 06 Member No.: 38397 |
Article 'the' appears at the end of names (e.g. Prodigy, The) if non-ANV name is used
|
|
|
|
Dec 16 2006, 01:07
Post
#140
|
|
![]() Group: Members Posts: 680 Joined: 11-July 03 From: Brno, Czech Rep. Member No.: 7705 |
I'm still considering wheter to add foo_custominfo support or not as I don't think it'll interest a lot of people... Can you describe precisely why you prefer custom info and for which tags ? that's quite weird thing on my side. i simply do not add tags to any release with sfv files. i tag only my own rips and / or non-scene stuff. so i can't really use replaygain since 0.9 for example :/ -------------------- info about my tag guesser script for foo_lua (preview version available):
http://www.hydrogenaudio.org/index.php?showtopic=16987 |
|
|
|
Dec 16 2006, 15:24
Post
#141
|
|
|
Group: Members Posts: 237 Joined: 9-September 06 Member No.: 34997 |
I was thinking since internet explorer now works with tabs can you maybe make it possible if you select the albums you want to be tagged in foobar that it automatically looks for the urls in the tabs that you have open in internet explorer.
that would speedup the things very much. but leave the normal copy past thing also but what I said would be accurate for mass tagging if it's possible you only have the search for the discogs and then just press a button and maybe show the field again to look if the tags are good sorted or to choose if you want the albumart or not. and then just press enter for every album. but it's just a idea because a lot of people have talked about making something like the freedb thing but this would be more accurate and not as slow so I think... This post has been edited by stampgevaar: Dec 16 2006, 15:27 |
|
|
|
Dec 16 2006, 16:10
Post
#142
|
|
|
Group: Members Posts: 237 Joined: 9-September 06 Member No.: 34997 |
and this isn't parsed correctly
http://www.discogs.com/release/848061 the (16) behind the artist doesn't belong there. |
|
|
|
Dec 17 2006, 02:28
Post
#143
|
|
|
Group: Developer Posts: 1074 Joined: 13-November 05 Member No.: 25748 |
v0.30 released ! Finally with a dialog that helps to find releases, works great (screenshot). Also with foo_custominfo support and download progress indicators.
See first post for download and changelog. It will reset your tag mappings to the defaults. This post has been edited by bubbleguuum: Dec 17 2006, 02:42 |
|
|
|
Dec 17 2006, 06:13
Post
#144
|
|
|
Group: Members Posts: 492 Joined: 3-January 05 Member No.: 18811 |
awesome work - great to see developers adding stuff that people want keep it up
|
|
|
|
Dec 17 2006, 13:10
Post
#145
|
|
|
Group: Members Posts: 237 Joined: 9-September 06 Member No.: 34997 |
nice work mate really
|
|
|
|
Dec 17 2006, 13:48
Post
#146
|
|
|
Group: Members Posts: 101 Joined: 5-December 06 Member No.: 38397 |
The progress bar got stuck on my screen after album art fetching was complete. Got rid of it by tagging an other album. I'll report if happens again
|
|
|
|
Dec 17 2006, 17:35
Post
#147
|
|
|
Group: Members Posts: 237 Joined: 9-September 06 Member No.: 34997 |
The progress bar got stuck on my screen after album art fetching was complete. Got rid of it by tagging an other album. I'll report if happens again I've got the same problem but not always... http://www.discogs.com/release/66030 I think this one is parsed incorrectly the tracknumbers don't show up Also in the next version a sort button would be nice and in the find release dialog everything is not showed only the releases of the artist, problem is if your tagging a compilation you still have to go and look it up with your browser. and maybe a little field to filter out what you don't need in the find release dialog then it's perfect !! great work !! This post has been edited by stampgevaar: Dec 17 2006, 17:55 |
|
|
|
Dec 17 2006, 17:51
Post
#148
|
|
![]() Group: Members Posts: 680 Joined: 11-July 03 From: Brno, Czech Rep. Member No.: 7705 |
bubbleguuum, thanx for the new version! the search dialog is great, as is custom info support. i would like to keep the release id in the custom info too though.
discogs is probably the best music database for (not only) electronic music - just what i like to listen to -------------------- info about my tag guesser script for foo_lua (preview version available):
http://www.hydrogenaudio.org/index.php?showtopic=16987 |
|
|
|
Dec 17 2006, 18:32
Post
#149
|
|
|
Group: Developer Posts: 1074 Joined: 13-November 05 Member No.: 25748 |
bubbleguuum, thanx for the new version! the search dialog is great, as is custom info support. i would like to keep the release id in the custom info too though. Yup, I'll make it modifiable with a BIG warning (if you loose your custom info db, you're screwed). There's some little things that does not works as advertised with custominfo in 0.30: - format, catalog and label always written to tags even if custom info checked. Same under some other circonstances with style and genre. So you may want to wait next version, or disable thoses tag and update them later The progress bar got stuck on my screen after album art fetching was complete. Got rid of it by tagging an other album. I'll report if happens again I've got the same problem but not always... http://www.discogs.com/release/66030 I think this one is parsed incorrectly the tracknumbers don't show up It's not a bug it's a ..feature! I discard discogs track numbering which can be funky (1.01, 1.02), so I renumber the tracks in the order of the tracklisting. QUOTE Also in the next version a sort button would be nice to sort what ? releases ? QUOTE and in the find release dialog everything is not showed only the releases of the artist, problem is if your tagging a compilation you still have to go and look it up with your browser. will look into it QUOTE and maybe a little field to filter out what you don't need in the find release dialog then it's perfect !! great work !! yup, incremental filtering would be neat. The progress bar got stuck on my screen after album art fetching was complete. Got rid of it by tagging an other album. I'll report if happens again I've got the same problem but not always... http://www.discogs.com/release/66030 I think this one is parsed incorrectly the tracknumbers don't show up It's not a bug it's a ..feature! I discard discogs track numbering which can be funky (1.01, 1.02), so I renumber the tracks in the order of the tracklisting. Well, the track numbers are indeed not displayed for this funky release because of the vinyl tracks at the end. That does not mean track numbers does not exist, there are just not displayed. In next release i'll display track number This post has been edited by bubbleguuum: Dec 17 2006, 18:31 |
|
|
|
Dec 17 2006, 19:05
Post
#150
|
|
|
Group: Members Posts: 237 Joined: 9-September 06 Member No.: 34997 |
I mean a button to sort the left field with the info on discogs because sometimes it goes crazy.
For example track 20 , track 25, track 05, etc and I have to sort them manually this takes a while sometimes Oooh and can you make the find release dialog resizeable and also display catalog numbers after the format, that's easier for tagging vinyl This post has been edited by stampgevaar: Dec 18 2006, 12:23 |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 23rd May 2013 - 10:45 |