Author Topic: AudiosurfProdder - Adds easy tagging options.  (Read 25051 times)

Mincus

  • Hero Member
  • *****
  • Posts: 2394
    • View Profile
Re: AudiosurfProdder - Adds easy tagging options.
« Reply #30 on: November 20, 2008, 10:23:15 am »
No, that would in fact be the easiest use of a plugin.
And I'll set it up so you can remove the main interface.

I gave a very simple example of a plugin before, but through some fancy reflection and an object I've written (in C# atm, I'll convert it to VB.NET for those running Express instead of Pro), you'll effectively get an API that will perform all the current functionailty of prodder through function calls. I'll document it all anyway when I get that far.

Mincus

  • Hero Member
  • *****
  • Posts: 2394
    • View Profile
Re: AudiosurfProdder - Adds easy tagging options.
« Reply #31 on: November 21, 2008, 07:40:17 am »
New release: v0.12.
Hopefully this will fix all the issues people have been having.

Biggest change is that you can change where the temporary songs are stored (by default Audiosurf Prodder asks Windows where the temporary directory is). See the "Options" menu item.

Additionally you can now load other tracks (other than MP3s). Can't re-tag these, but it will send them on to Audiosurf (before it just ignored hitting the play button). Setting the character works for these tracks.

I've included the following presets:
 * 4-lane mono-only: Pretty much what it says on the tin: [as-4lane] [as-monoonly] [as-lessgrey] [as-nostlth]
 * air-mono: Suggested in the new characters thread (http://www.audio-surf.com/forum/index.php/topic,1510.msg16265.html#msg16265), 5 lanes isn't possible, so I went for 4: [as-4lane] [as-monoonly] [as-lessgrey]
 * pirate-mono: New characters thread (http://www.audio-surf.com/forum/index.php/topic,1510.msg13626.html#msg13626), again 5 lanes isn't possible so went with 4: [as-4lane] [as-monoonly] [as-nogrey] [as-nostlth] [as-mt5]
 * widescreen: New characters thread (http://www.audio-surf.com/forum/index.php/topic,1510.msg15076.html#msg15076), can't change the "power ups" so instead I upped the white/black block percent to 33. Plays quite well: [as-4lane] [as-msz4] [as-wb33]
 * blinded: first-person and caterpillars make this very hard not to overfill on: [as-first] [as-caterp]
 * match21: Everybody mono, 21-matches only. Adds some extra difficulty to Mono. Very hard not to overfill: [as-everybodymono] [as-lessgrey] [as-nostlth] [as-msz21]
 * match24: Same as match21 with 8 rows: [as-everybodymono] [as-lessgrey] [as-nostlth] [as-msz24]
 * white-eyed: 75% white/black blocks makes for an interesting ride: [as-wb75]

There's also a "defaults" in there that will take you back to the game defaults with all tags off.

Download from https://sourceforge.net/project/showfiles.php?group_id=240266 (same as first post).

Uupis

  • Sr. Member
  • ****
  • Posts: 447
    • View Profile
Re: AudiosurfProdder - Adds easy tagging options.
« Reply #32 on: December 20, 2008, 05:59:55 pm »
This is pure awesomness, Mincus!

Mincus

  • Hero Member
  • *****
  • Posts: 2394
    • View Profile
Re: AudiosurfProdder - Adds easy tagging options.
« Reply #33 on: December 20, 2008, 07:54:47 pm »
Hehe, thanks. :)

gike987

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: AudiosurfProdder - Adds easy tagging options.
« Reply #34 on: December 21, 2008, 03:26:21 am »
I really like this program. It doesn't have as many bugs as the other ones and it finally let me tag things without the need of keeping tagged copies of the songs. So nice work. :)

Also I came up with these presets that I liked.

Pirate-raid: Dual Vision pirate-mono: [as-everybodymono] [as-nogrey] [as-nostlth] [as-mt5]
Rush-hour: Turns audiosurf into one of those old dodge all the cars racing games: [as-4lane] [as-monoonly] [as-allgrey]

Mincus

  • Hero Member
  • *****
  • Posts: 2394
    • View Profile
Re: AudiosurfProdder - Adds easy tagging options.
« Reply #35 on: December 21, 2008, 04:45:05 am »
Thanks again.

Attached .xml presets for gike's ideas. Just copy them to your presets directory. :)

Uupis

  • Sr. Member
  • ****
  • Posts: 447
    • View Profile
Re: AudiosurfProdder - Adds easy tagging options.
« Reply #36 on: February 04, 2009, 11:55:16 am »
Expecting an [as-steep] update :D

Mincus

  • Hero Member
  • *****
  • Posts: 2394
    • View Profile
Re: AudiosurfProdder - Adds easy tagging options.
« Reply #37 on: February 04, 2009, 12:48:01 pm »
Expecting an [as-steep] update :D

Hehe, will do.
For now you can add it manually afterwards if you want.
Anything in the "title" text box when you hit "play" will be used as the new tag, so just adding [as-steep] before you hit play will work.

Kustin

  • Jr. Member
  • **
  • Posts: 68
  • Tomorrow burns
    • MSN Messenger - Electa_buzz@hotmail.com
    • View Profile
    • Email
Re: AudiosurfProdder - Adds easy tagging options.
« Reply #38 on: March 14, 2009, 05:57:57 am »
I know it's been a long time since there's been an update on your Prodder, but I would like to report that there are some mp3's that AudiosurfProdder can't handle (but no problems on Audiosurf). Every time, when I open a certain mp3 file, the existing tags are left empty and says instead "<Unable to read song information>". Even though I've filled in the tag below, pushing Play brings me instead to an error window. Are there any sources behind this incompatibility?

I might send in an error log if you need it.
« Last Edit: March 14, 2009, 06:01:59 am by Kustin »

Mincus

  • Hero Member
  • *****
  • Posts: 2394
    • View Profile
Re: AudiosurfProdder - Adds easy tagging options.
« Reply #39 on: March 14, 2009, 07:25:49 am »
Hmm. It's possible the tag is in a format that the tag reader doesn't like.

I am (slowly) working on a new version and I intend to completely change the tagging system, although I've not decided 100% on how yet.
Using the same tagging library as Audiosurf makes the most sense, but I'd have to write a C# interface for it myself first and I'm not that confident with the C/C++ -> C# interface as yet.

You could try removing all the tags (ID3v1 and ID3v2, plus whatever else is on there) then re-add just an ID3v2 one using a media player (I recommend WinAMP as it has detailed information on MP3 tags). That SHOULD fix things, I think.

XxAudiosurfAddictxX

  • Newbie
  • *
  • Posts: 12
  • Friend made it for me (hes NOT my bf)
    • MSN Messenger - b-landgrl006@hotmail.com
    • Yahoo Instant Messenger - Rebecca+W
    • View Profile
    • Email
Re: AudiosurfProdder - Adds easy tagging options.
« Reply #40 on: April 02, 2009, 03:33:36 pm »
Hi, ive had the regular audiosurf game for over a yr now and i just downloaded this one. im having a hard time findin the executable, plz help <my name on here is my game name, btw imma girl>
XxEmOliCiOuSxX

Mincus

  • Hero Member
  • *****
  • Posts: 2394
    • View Profile
Re: AudiosurfProdder - Adds easy tagging options.
« Reply #41 on: April 02, 2009, 07:09:43 pm »
Hi, ive had the regular audiosurf game for over a yr now and i just downloaded this one. im having a hard time findin the executable, plz help <my name on here is my game name, btw imma girl>

From this page: http://sourceforge.net/project/showfiles.php?group_id=240266&package_id=292270
Click on audiosurfprodder-v0.12-bin.zip to download the program.
Extract the zip file to your desktop (or My Documents, whichever you prefer).
Run AudiosurfProdder.exe.

Hope that helps.

ViRUS

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3156
    • MSN Messenger - newvirus@live.com.ar
    • View Profile
    • Email
Re: AudiosurfProdder - Adds easy tagging options.
« Reply #42 on: April 02, 2009, 07:33:07 pm »
You should explain that better, Mincus, remember that she's is a girl :P


Mincus

  • Hero Member
  • *****
  • Posts: 2394
    • View Profile
Re: AudiosurfProdder - Adds easy tagging options.
« Reply #43 on: April 02, 2009, 08:23:01 pm »
You should explain that better, Mincus, remember that she's is a girl :P

Amazing eh?
Who thought humans had 2 sexs.

I thought it better to over-simplify than confuse matters. I am better at the latter than the former.

lavacano201014

  • Hero Member
  • *****
  • Posts: 1757
  • We're an underground revolution working overtime.
    • ICQ Messenger - 431938899
    • MSN Messenger - thatotherguy370@msn.com
    • AOL Instant Messenger - lavacano201014
    • Yahoo Instant Messenger - lavacano201014
    • View Profile
    • Email
Re: AudiosurfProdder - Adds easy tagging options.
« Reply #44 on: April 02, 2009, 08:23:57 pm »
btw imma girl

Obligatory "OMG GURL ON TEH INTARBUTTZ" comment.

Green = listening, red = surfing