ChooseMediaPlayer v1.53 *

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

Moderators: white, Hacker, petermad, Stefan2

User avatar
TC2MP
Junior Member
Junior Member
Posts: 17
Joined: 2006-08-09, 13:46 UTC

ChooseMediaPlayer v1.53 *

Post by *TC2MP »

[ ChooseMediaPlayer v1.53 ]

You can send unlimited files and folders to your favorite player!

You can designate your player or you can choose a player by DialogBox or 'Auto Decision' function.

You can filter collected files by file extension.

---------------------------------------------------

I have no FTP account right now.. You can download this tool from my blog.
http://blog.naver.com/pjhplace/40027324698

Upgrades: v1.53
1. You can choose a INI file. This is useful when you make 'Enqueue' button in Total Commander Buttonbar. See the 'Readme_Eng.html'.

2. Option 'AppendPosition' is renamed as 'AddPosition'. But 'AppendPosition' is still valid.

3. I'm struggling to make WMP append files to 'Now Playing' list by using COM automation.

pjhplace@naver.com
2006.8.9

*** This is a freeware. I have no responsibility for your possible demages and loss.
Last edited by TC2MP on 2006-09-26, 23:49 UTC, edited 29 times in total.
User avatar
tbeu
Power Member
Power Member
Posts: 1336
Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:

Post by *tbeu »

Both image and download link are not available -> Error 404.
TC plugins: Autodesk 3ds Max / Inventor / Revit Preview, FileInDir, ImageMetaData (JPG Comment/EXIF/IPTC/XMP), MATLAB MAT-file Viewer, Mover, SetFolderDate, Solid Edge Preview, Zip2Zero and more
User avatar
djk
Power Member
Power Member
Posts: 1651
Joined: 2003-03-17, 11:33 UTC
Location: Poland
Contact:

Post by *djk »

Thanks for a new tool.

It seems to work correctly (I've tried it with Windows Media Player and Foobar).

There could be also an option what to do when creating a playlist (append to existing playlist, overwrite existing one, create a new one with different name or ask a user what to do).
DJK
Totally addicted to Total Commander
totalcmd.pl
en.totalcmd.pl
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

Very useful tool, thanks! :)

Contact Ergo by ICQ to get an account on http://totalcmd.net so your tool is spread more easily:
http://www.ghisler.ch/board/viewtopic.php?t=10117

Icfu
This account is for sale
User avatar
TC2MP
Junior Member
Junior Member
Posts: 17
Joined: 2006-08-09, 13:46 UTC

Post by *TC2MP »

To djk, I accepted your suggestion in TC2MP..

Now 'WritingMode' option in TC2MP.INI is available.

You can see a dialog box asking 'Overwrite/Append/Ask'

Thank you.
User avatar
djk
Power Member
Power Member
Posts: 1651
Joined: 2003-03-17, 11:33 UTC
Location: Poland
Contact:

Post by *djk »

2TC2MP
Thanks.
Now it's time to add multilanguage interface ;-)

BTW: Could you add version info to the file or at least put a version number to readme file?
DJK
Totally addicted to Total Commander
totalcmd.pl
en.totalcmd.pl
User avatar
TC2MP
Junior Member
Junior Member
Posts: 17
Joined: 2006-08-09, 13:46 UTC

Post by *TC2MP »

@icfu: Thanks for your attention.

There is a difference between lst2str and TC2MP..

lst2str passes several files to other program in one command line. So the number of passing files is limited by command line limit.

Example: lst2str passes files like this,

Ultraedit.exe file1.txt file2.txt file3.txt ......

And there may be a limit in number of line characters. I haven't used it until now.

But TC2MP passes 1 playlist file and user's option. In other words, TC2MP passes multiple files by playlist.

And, you can set additional options. It is achived by 'CommandLine =' option in TC2MP.INI.

example: When you use Mplayer.exe
CommandLine = -playlist "$PLAYLIST_"

it passes this code line like this
"Mplayer.exe" -playlist "TC2MPlaylist.m3u"
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

I had already deleted my comment, because I recognized that your tool always transfers playlist with files. It's a different concept and not compatible, my check was too quick.

Sorry for the confusion.
And, you can set additional options. It is achived by 'CommandLine =' option in TC2MP.INI.
Yep, anyway, maybe you can include an option to add parameter AFTER the playlist in case some players need them. Just to make sure that your app covers it all. ;)

Icfu

P.S.: Because it caused some confusion, this is the posting that I have removed:
@TC2MP:
Your tool could be used as a replacement for lst2str, if you would enhance it with an option to insert parameter BEFORE the filelist.

Example for BareGrep:
baregrep.exe keyword file1 file2

Maybe you should also think about a rename of the tool, players are only one example of how it could be used. ;)

Icfu
Last edited by icfu on 2006-08-10, 10:59 UTC, edited 2 times in total.
This account is for sale
User avatar
TC2MP
Junior Member
Junior Member
Posts: 17
Joined: 2006-08-09, 13:46 UTC

Post by *TC2MP »

@Icfu:

I'm sorry.. How can I delete my reply?..

Anyway your suggestion and attention is good for me.
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

You can only delete your last posting if noone else has replied, in this case you can see an X beneath the edit button. We would have to remove all our postings one by one now.

I have added the missing posting again as a quote above, I think that's ok to make things clear again. :)

Icfu
This account is for sale
User avatar
TC2MP
Junior Member
Junior Member
Posts: 17
Joined: 2006-08-09, 13:46 UTC

Post by *TC2MP »

@djk:

Thank you for your multi-language idea.

But I have no plan for applying for multi-language at this moment, because this tool has few words in it and it is complex for me.. Actually it is not a big challenge but my head is going away..

But I want to include several translated 'Readme.txt' files.. If you are willing to make your country's readme.txt, I would be happy.
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

@TC2MP:
Option "Append" in [Choose] mode doesn't append files but it puts selected files on top of the existing playlist, tested with Winamp 2.x and CMP 1.5.

Icfu
This account is for sale
User avatar
TC2MP
Junior Member
Junior Member
Posts: 17
Joined: 2006-08-09, 13:46 UTC

Post by *TC2MP »

Hi, Icfu

You can see a solution from my blog.

http://blog.naver.com/pjhplace/40028226286
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

Thanks, I know the /ADD switch, the question with append option is from here:
http://ghisler.ch/board/viewtopic.php?p=95956#95956

So, the question remains:
Why don't you write the new filenames to the end of "TC2MPlaylist.m3u" but on top? This is not "append". ;)

By the way:
WMP uses wmpshell.dll for adding to playlist. Command line parameter euivalent of /ADD doesn't seem to exist:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay10/mmp_sdk/commandlineparameters.asp

Icfu
This account is for sale
User avatar
TC2MP
Junior Member
Junior Member
Posts: 17
Joined: 2006-08-09, 13:46 UTC

Post by *TC2MP »

Okay. You want to append files to the end of the playlist. Is it right?

And actually I made the function several days ago..

I added 'AppendPosition' option to the CMP.

0 : Append files to the end of playlist
1 : Append files at the front of playlist

You can download it from the original blog. CMP 1.51

http://blog.naver.com/pjhplace/40027324698
Post Reply