Playlist

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
rtenbrug
Junior Member
Junior Member
Posts: 11
Joined: 2005-10-10, 07:33 UTC
Location: Amsterdam

Playlist

Post by *rtenbrug »

Hello All,

Can sombody tell my if d'r is a plugin for creating Playlist (m3u)

Rgds,
Butchy
User avatar
Lefteous
Power Member
Power Member
Posts: 9536
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

2rtenbrug
Hi,
Can sombody tell my if d'r is a plugin for creating Playlist (m3u)
MakeBAT can be used to create playlists.
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Re: Playlist

Post by *Sheepdog »

rtenbrug wrote:Hello All,

Can sombody tell my if d'r is a plugin for creating Playlist (m3u)

Rgds,
Don't know the format of m3u list but for pls Playlist this button works fine:

Code: Select all

command:Cmd /c move
Parameters:"%L" %p\DEFAULT.pls
start path:%P
sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
User avatar
gbo
Senior Member
Senior Member
Posts: 329
Joined: 2005-03-31, 19:58 UTC
Location: Lausanne (Switzerland)

Re: Playlist

Post by *gbo »

Sheepdog wrote: Don't know the format of m3u list but for pls Playlist this button works fine:

Code: Select all

command:Cmd /c move
Parameters:"%L" %p\DEFAULT.pls
start path:%P
sheepdog
Yes it works fine, pls and m3u seem to have the same syntax.
Parameters:"%L" %p\playlist.m3u

Thanks
Gil
Licence #17346

90% of coding is debugging. The other 10% is writing bugs.
User avatar
rtenbrug
Junior Member
Junior Member
Posts: 11
Joined: 2005-10-10, 07:33 UTC
Location: Amsterdam

Post by *rtenbrug »

Thxs Guy's,

Works great and Fast

Much apreciated,

Rgds,

Butchy
Butchy
User avatar
ADv
Junior Member
Junior Member
Posts: 43
Joined: 2005-05-04, 20:37 UTC
Location: Ukraine, Kharkiv
Contact:

Post by *ADv »

could any plugin enter m3u as in archive?
User avatar
Sam_Zen
Power Member
Power Member
Posts: 700
Joined: 2005-02-08, 22:59 UTC
Location: NL
Contact:

Post by *Sam_Zen »

Most players that save a playlist in m3u-format just produce an ascii-file with a plain list of files.

So even no plugin or batchfile needed, just a button with the TC-command "cm_CopyNamesToClip".
Select the files in TC, button, and paste the list in an empty ascii-file called e.g. : 'album.m3u'.

The .pls format looks more like a ini-file, with info about the nr of tracks, songtitle and duration.
0.618033988
sgp
Senior Member
Senior Member
Posts: 355
Joined: 2005-01-31, 16:04 UTC

Post by *sgp »

Does anyone know a command-line utility to randomize order of lines in a text file?
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50475
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Why not load the m3u into Winamp? It can randomize the list, and then save the new list for you.
Author of Total Commander
https://www.ghisler.com
sgp
Senior Member
Senior Member
Posts: 355
Joined: 2005-01-31, 16:04 UTC

Post by *sgp »

Why not load the m3u into Winamp? It can randomize the list, and then save the new list for you.
Thanks. I don't use winamp. I'm looking for a non-gui, command-line util.
Post Reply