by Zealot » Sat Jan 17, 2009 10:19 am
rovingcowboy wrote:Clouseau wrote:I think I'm part way there for getting MediaMonkey to be my eBook repository. I used the WinAmp SDK sample for IN_RAW and modified it to make plugin dll's for TXT and LIT files which I place in my Plugins directory. MediaMonkey will now search for and catalog TXT and LIT files in my database, and the TXT files open up fine. The LIT files open up MSReader but it only opens to the Library view (not the ebook that opened the reader... strange).
I'll gladly post the resulting dll's and/or code if anyone is interested. And if anyone can help with opening LIT files I'd appreciate it. I'm trying to use:
Code: Select all
ShellExecute(NULL,"open",fn,NULL,NULL,SW_SHOWNORMAL);
where fn is the passed file name.
try getting deskbot from bellcraft.com and an msagent of your liking set it up on xp computers you need to get the sapi 4 from microsoft.com/msagents and a voice engine from there too, so you can hear the agents voice other wise you don't get any,in xp. in vista you get the default voice when you use msagents no matter what the agent is, its always the same voice..
you will need to make the deskbot load first and then you can open your ebooks and copy them to the clip board. the deskbot will read them for you. same thing can be done with txt files any thing that is copied to the clipboard will be read by the deskbot if the deskbot is loaded and on the screen first.
its only hard to get the ebooks copied to the clipboard. but as a programmer you should beable to do that. after all i'm not a programmer and i thought of it so it can't be that hard?

MSReader will read your books aloud, but I don't think that's what Clouseau meant. MSReader also keeps track of all the .lit files it has ever opened, and if you just open reader (as opposed to double clicking on the icon), it will open in "Library" mode, and display all your titles. I believe that Clouseau was trying to get it to open to the specific title that he clicked on in Mediamonkey instead.
Regards,
Z
[quote="rovingcowboy"][quote="Clouseau"]I think I'm part way there for getting MediaMonkey to be my eBook repository. I used the WinAmp SDK sample for IN_RAW and modified it to make plugin dll's for TXT and LIT files which I place in my Plugins directory. MediaMonkey will now search for and catalog TXT and LIT files in my database, and the TXT files open up fine. The LIT files open up MSReader but it only opens to the Library view (not the ebook that opened the reader... strange).
I'll gladly post the resulting dll's and/or code if anyone is interested. And if anyone can help with opening LIT files I'd appreciate it. I'm trying to use:
[code]ShellExecute(NULL,"open",fn,NULL,NULL,SW_SHOWNORMAL);[/code]
where fn is the passed file name.[/quote]
try getting deskbot from bellcraft.com and an msagent of your liking set it up on xp computers you need to get the sapi 4 from microsoft.com/msagents and a voice engine from there too, so you can hear the agents voice other wise you don't get any,in xp. in vista you get the default voice when you use msagents no matter what the agent is, its always the same voice..
you will need to make the deskbot load first and then you can open your ebooks and copy them to the clip board. the deskbot will read them for you. same thing can be done with txt files any thing that is copied to the clipboard will be read by the deskbot if the deskbot is loaded and on the screen first.
its only hard to get the ebooks copied to the clipboard. but as a programmer you should beable to do that. after all i'm not a programmer and i thought of it so it can't be that hard? :roll:[/quote]
MSReader will read your books aloud, but I don't think that's what Clouseau meant. MSReader also keeps track of all the .lit files it has ever opened, and if you just open reader (as opposed to double clicking on the icon), it will open in "Library" mode, and display all your titles. I believe that Clouseau was trying to get it to open to the specific title that he clicked on in Mediamonkey instead.
Regards,
Z