Author Topic: Super Playlist Surf!  (Read 26241 times)

blue_h3x

  • Hero Member
  • *****
  • Posts: 4577
    • View Profile
    • AS Tournament
Re: Super Playlist Surf!
« Reply #45 on: July 13, 2009, 12:47:53 pm »
do you have .NET installed?
Austria is just like Yorkshire, but they have bigger hills.... oh and they have real snow too

NaturalChemical

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: Super Playlist Surf!
« Reply #46 on: July 13, 2009, 12:54:07 pm »
.NET?

Mincus

  • Hero Member
  • *****
  • Posts: 2394
    • View Profile
Re: Super Playlist Surf!
« Reply #47 on: July 13, 2009, 01:11:02 pm »
Presumably you're using XP?
Either install udpates up to service pack 3 or download the .NET 2.0 installer from Microsoft: http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&displaylang=en

NaturalChemical

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: Super Playlist Surf!
« Reply #48 on: July 13, 2009, 01:14:13 pm »
I've already got Service Pack 3 on both of them, but do I also need .NET from that link? Yes, it's XP.

Mincus

  • Hero Member
  • *****
  • Posts: 2394
    • View Profile
Re: Super Playlist Surf!
« Reply #49 on: July 13, 2009, 01:28:57 pm »
I've already got Service Pack 3 on both of them, but do I also need .NET from that link? Yes, it's XP.

I thought SP3 had .NET 2.0 already. That is the most likely explanation for your crash though.
Try downloading it anyway.

NaturalChemical

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: Super Playlist Surf!
« Reply #50 on: July 13, 2009, 01:35:53 pm »
It just says that the install was not compatible with a previous version, so I think it's already in there. Are there any other files I need to download to use this, or should I keep looking for missing files on my system?

Edit: Wow, for some reason, re-installing .NET on the PC fixed my problem. Thanks for the help.
« Last Edit: July 13, 2009, 01:53:16 pm by NaturalChemical »

Mapsking

  • Full Member
  • ***
  • Posts: 134
    • MSN Messenger - mapsking@yahoo.com
    • AOL Instant Messenger - mapsking1
    • Yahoo Instant Messenger - mapsking
    • View Profile
    • My YouTube channel
Re: Super Playlist Surf!
« Reply #51 on: August 04, 2009, 12:57:47 pm »
Awesome program first of all, I love it!

  There are a few things I'd ask, if possible.  First of all, let's say I have a directory, called music, that has 80 GB of music.  However, there might be an occasional .txt file, a .jpg file, or something that is not music in the top directory.  If that "song" is chosen, it crashes Audiosurf.  Would it be possible to have the program automatically exclude, os simply ignore Album Art, or any other files that are not specifically supported to avoid that, and also so I can avoid going into 300 directories individually, and then manually adding all the song files, excluding the non-supported ones? 

  In addition, it would be really convenient, if we could add files/folders to the playlist, simply by dragging them and dropping them into Super Playlist Surf from Windows Explorer.  If either of these are possible, please let me know.

Thanks, Mapsking

Mincus

  • Hero Member
  • *****
  • Posts: 2394
    • View Profile
Re: Super Playlist Surf!
« Reply #52 on: August 04, 2009, 07:33:28 pm »
It doesn't add txt or jpg files as far as I can see.  :-\
It should just add supported filetypes.
Code: [Select]
string[] filetypes = { ".mp3", ".m3u", ".m4a", ".ogg", "flac", ".wma", ".wav" };
In fact I've set it up in such a way it seems impossible to add anything BUT these filetypes, so I'm not sure what is going wrong.
Could you post one of the Statistics .txt files after having Audiosurf crash please? As well as a saved .xml playlist.

As to drag and drop, that should be fairly easy to implement I think, I'll have a look into it.

Mapsking

  • Full Member
  • ***
  • Posts: 134
    • MSN Messenger - mapsking@yahoo.com
    • AOL Instant Messenger - mapsking1
    • Yahoo Instant Messenger - mapsking
    • View Profile
    • My YouTube channel
Re: Super Playlist Surf!
« Reply #53 on: August 05, 2009, 06:36:38 am »
It doesn't add txt or jpg files as far as I can see.  :-\
It should just add supported filetypes.
Code: [Select]
string[] filetypes = { ".mp3", ".m3u", ".m4a", ".ogg", "flac", ".wma", ".wav" };
In fact I've set it up in such a way it seems impossible to add anything BUT these filetypes, so I'm not sure what is going wrong.
Could you post one of the Statistics .txt files after having Audiosurf crash please? As well as a saved .xml playlist.

As to drag and drop, that should be fairly easy to implement I think, I'll have a look into it.

I just initially added my entire music folder as a directory, and on the second song it crashed, then I went in, and manually added every 1,135 folders, to ensure it didn't happen again, so I may not be able to reproduce it.  However, the error in Audiosurf, if I remember right was the red one (Error 41, perhaps?), the same one that shows up in Audiosurf, if you try to play a recent song that has since been modified, or something, I believe.  I know I've seen it before, but it has been a long time, so if you don't see anything from me, don't worry.  :-P
Thanks, Mapsking

Mincus

  • Hero Member
  • *****
  • Posts: 2394
    • View Profile
Re: Super Playlist Surf!
« Reply #54 on: August 05, 2009, 06:54:42 am »
Right, so Audiosurf didn't actually crash, it showed an error in playback (yes, there's a difference :P)
I'd say that was the Audiosurf and the song, not SPS, but if it happens again, a copy of the statistics file and .xml playlist would help me fix it.

Microsoft appear to have made adding multiple items from a drag and drop operation in .NET as hard as possible.  ::)
I've got single files working, but I'm very busy with another project at the moment and I don't have time to devote to learning doing the voodoo rituals MS have decided I need to in this instance. :P

I might make a release with a fixed up button and single-file/single-directory drag and drop though.

Mapsking

  • Full Member
  • ***
  • Posts: 134
    • MSN Messenger - mapsking@yahoo.com
    • AOL Instant Messenger - mapsking1
    • Yahoo Instant Messenger - mapsking
    • View Profile
    • My YouTube channel
Re: Super Playlist Surf!
« Reply #55 on: August 05, 2009, 07:04:44 am »
Right, so Audiosurf didn't actually crash, it showed an error in playback (yes, there's a difference :P)
I'd say that was the Audiosurf and the song, not SPS, but if it happens again, a copy of the statistics file and .xml playlist would help me fix it.

Microsoft appear to have made adding multiple items from a drag and drop operation in .NET as hard as possible.  ::)
I've got single files working, but I'm very busy with another project at the moment and I don't have time to devote to learning doing the voodoo rituals MS have decided I need to in this instance. :P

I might make a release with a fixed up button and single-file/single-directory drag and drop though.

Actually, no, it gave me the red error, then the whole program crashed, so whether it was SPS or Audiosurf, I'm not sure, but I DO know the whole program crashed, and that I had to restart it, and it crashed every time I tried, until I manually replaced the initial playlist with the newly modified one.  :-)  Good luck, no rush on that, of course, merely a suggestion.
Thanks, Mapsking

ViRUS

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3156
    • MSN Messenger - newvirus@live.com.ar
    • View Profile
    • Email
Re: Super Playlist Surf!
« Reply #56 on: August 05, 2009, 09:10:32 am »
I might make a release with a fixed up button and single-file/single-directory drag and drop though.

The broken button is the down one :P


Mincus

  • Hero Member
  • *****
  • Posts: 2394
    • View Profile
Re: Super Playlist Surf!
« Reply #57 on: August 05, 2009, 09:22:16 am »
The broken button is the down one :P

Then it shall be the down one I'll fix!
If I make this release, as I say I'm very busy with another project.

Edit: I should point out the source code is there for anyone who wants to add these features themselves.
If they work I'm happy to upload them, just chuck your name in a contributors file.
That is the point in open source after all!

Mincus

  • Hero Member
  • *****
  • Posts: 2394
    • View Profile
Re: Super Playlist Surf!
« Reply #58 on: August 16, 2009, 11:14:06 am »
Minor release 0.22:
 - Fixed down button when multiple objects selected.
 - Added drag and drop support.

Current known issues:
 - Drag and drop support ignores the "add directories recursively" option.
 - Dropping a file or directory on the bottom viewable item on a list will cause the item to be added to the end of the list, unsure how to work around this atm.

Same download link, look for v0.22.

Lebon14

  • Jr. Member
  • **
  • Posts: 96
    • View Profile
    • Email
Re: Super Playlist Surf!
« Reply #59 on: September 01, 2009, 02:13:27 am »
Hey hey.

Since it's an open source addon, I've made a French translation of the addon.  Downloadable here through sendspace :
SuperPlaylistSurf French - source only - Version 0.22

Screenshot :


I also made a cleaner and easier to use User Interface (UI) in both English and French.  Source only.
Screenshot :
English

French

Note that the Statistics Options window layout stays the same - except translated in the French version of course

Downloads :
SuperPlaylistSurf English - Source only - Alt. UI - Base Version 0.22
SuperPlaylistSurf French - Source only - Alt. UI - Base Version 0.22

You need Visual C# Studio to compile it.

Note to Mincus : I wasn't able to upload to sourceforge coz I would have needed you to add me to the project :\
«AudioSurf, you'll love it!»
by Sloganizer
Core i7 950 3.06GHz, 6GB 1333MHz DDR3 Corsair XMS3 RAM, Asus nVidia Geforce GTX460 1GB Factory Overclocked, ~1.5To of data storage, 90GB OCZ Vertex 2 SSD, 1x LG Blu-ray drive (burns CD and DVD too) & HT Omega Claro sound card, Asus VW246H 1920x1080 HDMI