ChooseMediaPlayer v1.53 *
Moderators: Hacker, petermad, Stefan2, white
ChooseMediaPlayer v1.53 *
[ 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.
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.
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
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

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
@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"
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"
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.

Icfu
P.S.: Because it caused some confusion, this is the posting that I have removed:
Sorry for the confusion.
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.And, you can set additional options. It is achived by 'CommandLine =' option in TC2MP.INI.

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
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
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
@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.
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.
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
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
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
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