Jump to content

wizpig64

Active Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by wizpig64

  1. i love itunes' podcast feature and how you can easily sync up your ipod with all your podcasts. the problem is, i dont have an ipod. well, since apple wants me to buy it's $300 version of my $200 Sansa e260, i want a program that can download podcasts (revision3, twit.tv stuff, fts, 4cr, tikibar, and of course, hak5) using rss feeds and (maybe; not required) put them on my mp3 player's drive whenever i plug it in. question: what program?

  2. im trying to make album art show up on my mp3 player, but it only seems to show it on mp3s with the art embedded (i know this because i have no image that could be used for my TWiT podcast mp3s, but theres album art right there.)

    im assuming this is done through ID3 tags, but i dont know how to put the cover art into the file. anyone have experience with this?

    thanks for helping a hackling out :)

  3. It is a slash thing.

    Java (and PHP and Perl) all treat the back slash () chracter as an escape character. so essentially they ignore it.

    Use a FORWARD SLASH (/) and it should work out just fine.

    like this:

    F:/Phillip/My Music/

    ok, in the settings i have F:/Phillip/My Music/

    and in default.pref.. file i have F:/Phillip/My Music/

    and now it saves em to F:PhillipMy Musicmp3FPhillipMy MusicGamefaceGameface-Four Chords, Seven Years.mp3

    is there a way for it not to put them into the "mp3" folder? if there isnt, i might as well just save them to the default location and move them by myself.

  4. aight, another problem with ripping. (probly the one i posted before but now i know whats happened)

    i edited "default.properties" (like it says here) to say this:

    #uncomment the following line to set your preferred storage dir - u can change at at runtime if u want
    
    mp3.archive.path=F:PhillipMy Music
    
    tmp.mp3.retry.count=20

    and i put "F:PhillipMy Music" in the field marked "Save Dir:" through the jar gui in firefox and saved.

    F:PhillipMy MusicPandora is my pandora directory,

    F:PhillipMy Music is the folder i want everything saved to, as in:

    F:PhillipMy Music%BandName%%Album%%song%.mp3

    when i go to pandora.jar and try to rip a song, there are no errors (except the occasional cannot find last.fm data ones). however, the song is saved to: "F:PhillipMy MusicPandoraPhillipMy Musictmp.mp3.retry.count=20mp3FPhillipMy MusicHowie DayHowie Day-Madrigals (Demo).mp3"

    i know this has something to do with the default.properties file, but im still confused about all this o.O

    can anybody help out :)?

  5. This batchfile will work. Just put the following in a batch file in the same directory as pandora.jar

    @echo off
    
    start javaw -jar pandora.jar %1
    
    "C:Program FilesMozilla Firefoxfirefox.exe" http://localhost:%1

    thanks dave, this is exactly what im looking for. kudos :D

    @diecastblue

    ive never had to make the mp3 folder, it should do it by itself.

×
×
  • Create New...