Messages - dcsev [ switch to compact view ]

Pages: prev1 ... 30 31 32 33 34 [35] 36 37next
171
Finished Programs / Re: DONE: Batch m3u8 creator - similar to createm3u
« on: September 05, 2011, 01:37 PM »
If SnapList won't cover your needs, I can write you a CreateM3U clone that will handle Unicode characters.

rofl. holy shit. skwire, you are a living god.

skwire, could you do the following:

Basically, make it exactly the SAME design/everything as createm3u
-portable (.ini or config or whatever)
-give user the option of m3u (ANSI) or m3u8 (UTF) (or maybe even "create m3u8 if non-english/ Latin-1 characters found?)
-each m3u/m3u8 file is placed inside of the folder
-each m3u/m3u8 file is named after the folder
-recursive (I can drop /mp3s on there and all of the subfolders get m3u8/m3us)
-drag and droppable
-be able to process folders that are  "sent" to it via sendto menu.
-no prompts after dragging

I can't think of anything else

172
Finished Programs / Re: DONE: Batch m3u8 creator - similar to createm3u
« on: September 05, 2011, 12:21 PM »
m3u8 files are basically unicode-friendly versions of .m3u playlist files.
The different (AFAIK) between m3u and m3u8 files is: m3u is ANSI  m3u8 is UTF-8 files compatible with foreign languages.

In my experience you can save m3u files as UTF-8 and they still work with the likes of Winamp or AIMP2.

I have written a tiny command-line utility to create a file called playlist.m3u from an alphabetically sorted list of all mp3 / ogg / wav files in a folder. The resulting file extension is m3u, but the file is encoded as UTF-8 if any of the filenames contains trans-ASCII characters. I use it with Total Commander, because it lets me easily execute a command-line program in a specific folder. Let me know if it is something you could find useful!

Hi tranglos,
yea, I would assume winamp would take m3u as UTF-8. It's too bad I don't use TC.  I used it a while back but gave it up for the best file manager yet -- XYplorer.

Plus, I would need the following criteria:


Insert Quote
UPDATE:rofl
 
answered my own request, BUT we could still use a program like create3mu that does this seamlessly.  With this script, I have to open m3u tag, load up ALL of the folders into mp3tag (takes a long time).


One can use mp3tag using the following export configuration to do exactly what I want:
1) Relative file name
2) m3u8 or m3u file extension
3) -directoryname-.m3u8 (or m3u) file naming structure
4) 1 in each folder, respecting folder structure
5) UTF-8 format

173
Finished Programs / Re: DONE: Batch m3u8 creator - similar to createm3u
« on: September 05, 2011, 11:58 AM »
SnapList will do what you want.



Hi skwire,
long time no see.

Did you mean SnapPlay?  I didn't see an option for m3u8, only m3u

174
Finished Programs / Re: DONE: Batch m3u8 creator - similar to createm3u
« on: September 05, 2011, 01:34 AM »
UPDATE:rofl
 
answered my own request, BUT we could still use a program like create3mu that does this seamlessly.  With this script, I have to open m3u tag, load up ALL of the folders into mp3tag (takes a long time). 


One can use mp3tag using the following export configuration to do exactly what I want:
1) Relative file name
2) m3u8
3) -directoryname-.m3u8 file naming structure
4) 1 in each folder
5) UTF-8 format


$filename(%_folderpath%%_directory%.m3u8,utf-8)#EXTM3U
$loop(%_filename_ext%)#EXTINF:%_length_seconds%,%artist% - %title%
%_filename_rel%
$loopend()

175
General Software Discussion / Re: Alternativas soft imageshack uploader
« on: September 05, 2011, 12:56 AM »
imaer

the best i've found so far and i've been searching for years.
http://www.imaer.net/

lightweight, powerful, but unfortunately not 100% portable.

Pages: prev1 ... 30 31 32 33 34 [35] 36 37next
Go to full version