Jump to content

Simple CDPlayer


TheSaint
 Share

Recommended Posts

I started this project long ago, and initially had some problems which are discussed here. I eventually got a working version, but had trouble selecting a higher drive letter if you had more than one CD-Rom (DVD) drive. I posted the code, but never got any response that allowed me to overcome that issue. At the time, because I was using DVD burner drives exclusively, and I didn't have ready access to my original VB6 code, I put the issue down to a possible change in Redbook commands related to DVD-Roms.

Now I can happily report, that this issue has been resolved. In part because I was able to load, run and check my old VB code in real-time.

Solution

What I eventually discovered, was that I had wrongly interpreted an element of the various web site code I'd used to build my original VB6 program with, when I was converting it to AutoIt code (not having my working VB6 code on hand at the time). The particular command that was at the root of the problem, was the alias command, where you can assign other drive letters to the CDAudio calls. Anyway, at the time (because of conflicting VB code from various web sites) I used the following line in my earlier versions of Simple CDPlayer -

$res = DllCall($dll, "int", "mciSendString", "str", "open " & "!E:" & " type cdaudio wait shareable", "str", "str", "int", 255, "long", 0)oÝ÷ Ú׬µçpØoj¸¨ºÊh²+b¢x§í楫¢i×­sbr!j÷§£!jxvÚºÚ"µÍÌÍÜÈHØ[
    ÌÍÙ  ][ÝÚ[ ][ÝË  ][ÝÛXÚTÙ[Ý[É][ÝË    ][ÝÜÝ][ÝË  ][ÝÓÜ[Ñ]Y[É][ÝÈ  [È ][ÝÉÌÌÎÉ][ÝÈ    [È ÌÍÝÙH   [È ][ÝÈ[XÈÑÚXXHØZ]   ][ÝË  ][ÝÜÝ][ÝË  ][ÝÉ][ÝË    ][ÝÚ[ ][ÝË  ][ÝÛÛÉ][ÝË

You can download the new version of Simple CDPlayer from here. The package also contains the source code, or the executable can be decompiled with AutoIt v3.2.4.9. Note, this code will need to be updated (i.e. GUI #Includes) to work with latest versions of AutoIt. Also see the screenshot below.

Note

At the moment, the program can only detect 3 consecutive CD-Rom (DVD) drives, so if use intermediary drive-letters for other drives (i.e. virtual), then you will run into issues. If this is the case, then either re-arrange your drive-letters (if feasible), or simply modify my code. If I was to modify my code (and I may at some point in the future), I would simply replace the Radio buttons with a Combo - thus allowing for detection and selection of all possible drives (with the appropriate code added for that).

If you have an entry in your Cdplayer.ini file for a loaded CD, then the details (if specified) should appear in the program. You will only have this file in your Windows folder, if another program (i.e. CDex) has put it there ... earlier versions of Windows Media Player (i.e. Cdplayer), always created and used that file, but later versions replaced it to some extent with a true database file. Many other programs (Nero, etc) over the years, used that file too (and many still do). My CDIni Database program still uses the Cdplayer.ini file, and has more detail about it. One day, I may combine both CDIni Database and Simple CDPlayer. I will also probably convert from .ini to some sort of odb database, somewhere around then.

Screenshot

Posted Image

Enjoy!

Edited by TheSaint

Make sure brain is in gear before opening mouth!
Remember, what is not said, can be just as important as what is said.

Spoiler

What is the Secret Key? Life is like a Donut

If I put effort into communication, I expect you to read properly & fully, or just not comment.
Ignoring those who try to divert conversation with irrelevancies.
If I'm intent on insulting you or being rude, I will be obvious, not ambiguous about it.
I'm only big and bad, to those who have an over-active imagination.

I may have the Artistic Liesense ;) to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage)

userbar.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...