Jump to content

Zimmer

Dedicated Members
  • Posts

    670
  • Joined

  • Last visited

Everything posted by Zimmer

  1. Ok here is the source http://pastebin.com/mbcc4bf You need httplib2 installed (see first post), python (first post) and wxPython (wxPython.org/download)
  2. Of Course :) Heck without the cross platformness ZigZagJoe would have all the users (IMO his app is better (yes I am admitting my app is not the best))
  3. Ok gui is just about ready to go, playback works, download works... should be released later today.
  4. hah internet for stuff on 2012. the internet is definitely a trustworthy source on these things
  5. Ask in the Pandora Saver2 Thread. Also Go to the settings and see what the path is set to. Also it is (I beleive) aac for pandora w/ flash 9 and mp3 for Pandora One
  6. I'm too paranoid to use that thing :)
  7. No the world is not going to end in 2012. Oh and what do you guys think of Nostradamus? I think he just made so many guesses that where not specific that probability would be with him (also I think humans tend to find patterns in places where they are not (reminds me of an episode of Numb3rs (CBS Fri 10PM Eastern))). Also for presidents or anyone in power my motto is... always have a healthy distrust and realize what power and money can lead people to do (I am thinking of lobbyists and the MPAA and RIAA)
  8. ZigZagJoe all you have to do is follow the redirect for akamai servers (pretty easy took me about a minute)
  9. Updated... url http://download774.mediafire.com/azdy55ssd...jnywno/dist.exe Has streaming playback support - with controls Creates download folder if it does not exist Asks to overwrite download mp3s Keeps settings over multiple app instances Fixes bugs ---- multiple searches
  10. Oh dpn;t limit them. heck I don't have any but to limit them is kinda stupid, IMO nobody has had too many. As for the assault the senses... not really.
  11. For flash I have been using Eltima's software I tried sothink and it didn't work but this one did. I have been using the trial it runs fine and works for my needs
  12. it works!!! Ok my solution write to a file 1024 bytes of the file then open it in mplayer example (some mp3 I found (the audio I don't necessarily agree about (it is religion))) I googled some mp3 http://www.ccel.org/ccel/anonymous/catacombs/mp3/ #Play file_ = open('C:/Kibble.mp3', 'wb') f = urllib2.urlopen('SOME URL') while 1: data = f.read(1024) file_.write(data) if not data: break then in mplayer mplayer.exe "C:/Kibble.mp3" (it works even if the file is still being download)
  13. Threads are evil! (what I got when I used them in python from people (due to problems debugging them I like threads though I think I got a solution will be back with report on if it works
  14. hmm ya of course I could see what system they are on and use their native named pipes
  15. one problem is how to control this... I wonder if I could do this in slave mode with pipes
  16. Well that will work because instead of using wget I can just do while 1: data = f.read(1024) sys.stdout.write(data) sys.stdout.flush() if not data: break it will push the data to stdout in 1024 bit chunks as it gets it (then I just pipe it to mplayer)
  17. mplayer can get piped data? Well that changes things :)
  18. Ya the new one should have some fixes but my main goal is to get streaming playback working (harder than it sounds :() ya I hope to have the next release soon.
  19. I would love that, I know some C and C++ and can generally read code I can't program in (well get the gist etc.) so ya any code would be great! Thank you. :) (also is the source code for saver2 open (I am interested (curiosity)))
  20. Thanks I have been looking at mplayer (after I tried wx's media controls (failed))... so ya I am probably going to use mplayer but I was thinking of passing the url for search result playing.
  21. Ok I have ID3 tags working and am now working on fetching extended ID3 tags from the iTunes Music Store (you won't need iTunes installed for this to work...), Would anyone want me to have it fetch tags from Amazon too (I would then have to find out how). Any other features (I am working on having an option to play songs from search results)
  22. Huh thought I handled that... I'll add that in the next version (next version will have ID3 tags thanks to mutagen)
  23. Ya I have not made ID3 support but will be easy... Will update
  24. um simple well I like... 10101010101010101010101010101010101010101010101010101010101010101010101010101010 10101010101010101010101010101010101010101010101010101010101010101010101010101010 1 01010101010101010101010101010101010101010101010101010101010101010101010101010101 0 10101010101010101010101010101010101010101010101010101010101010101010101010101010 1 01010101010101010101010101010101010101010101010101010101010101010101010101010101 0 10101010101010101010101010101010101010101010101010101010101010101010101010101010 1 01010101010101010101010101010101010101010101010101010101010101010101010101010101 0 10101010101010101010101010101010101010101010101010101010101010101010101010101010 1 01010101010101010101010101010101010101010101010101010101010101010101010101010101 0 10101010101010101010101010101010101010101010101010101010101010101010101010101010 1 01010101010101010101010101010101010101010101010101010101010101010101010101010101 0 10101010101010101010101010101010101010101010101010101010101010101010101010101010 1 01010101010101010101010101010101010101010101010101010101010101010101010101010101 0 10101010101010101010101010101010101010101010101010101010101010101010101010101010 1 01010101010101010101010101010101010101010101010101010101010101010101010101010101 0 10101010101010101010101010101010101010101010101010101010101010101010101010101010 1 01010101010101010101010101010101010101010101010101010101010101010101010101010101 0 1010 oh and that snake language ;) (I'm talking about python fyi)
×
×
  • Create New...