Jump to content

myndzi

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

myndzi's Achievements

Newbie

Newbie (1/14)

  1. That would be great as a .bat file. Could prolly figure out how to call it when you close Pandora's jar, or just scedule it. Indeed, I put it in a batch file, along with something that will move all the mp3s to my H340.
  2. Alternately, from cmd.exe: del temp list.m3u && (for /r %x in (*.mp3) do @echo %~tx %~fx) | sort > temp && for /f "tokens=3,* delims=" %i in (temp) do @echo %j>>list.m3u The tokens= line may have to be adjusted depending on your path. Run it in the mp3 folder. Makes an .m3u of all the files sorted by date.
  3. What are the chances of writing an m3u file alongside dumping the mp3s? Then a guy could leave this thing ripping overnight and copy the folder over for work the next day. Y'know, just saying. I miss not being able to use Pandora at work.
×
×
  • Create New...