title
Products            Buy            Support Forum            Professional            About            Codec Central
 

Search:

Type: Posts; User: JFS

Search: Search took 0.00 seconds; generated 30 minute(s) ago.

  1. Replies
    13
    Views
    15,268

    Re: Adding new tag deletes all existing tags & values

    As a further test, I deleted files with the added tag, then copied them back without the tag, then ran the VB2010 program that calls the Shell VBScript 3 separate times. The first time, the VB2010...
  2. Replies
    13
    Views
    15,268

    Re: Adding new tag deletes all existing tags & values

    The shell script you wrote worked for me in shell; but when I call it from within vb2010, the file is again corrupted/unreadable. This is the script I call, passing the filename of the file to which...
  3. Replies
    13
    Views
    15,268

    Re: Adding new tag deletes all existing tags & values

    Yes, that works correctly for me in shell too. It adds the tag/value pair when the tag was not previously present. Does that mean that the problem has something to do with the DMCScriptingLib.dll...
  4. Replies
    13
    Views
    15,268

    Re: Adding new tag deletes all existing tags & values

    Anything to investigate on this? Seems wrong that I can programmatically edit, but not add tags.
  5. Replies
    13
    Views
    15,268

    Re: Adding new tag deletes all existing tags & values

    This reads data (UserEnteredInfo) from a db column, then assigns the appropriate tag (dicto(CI) = , e.g., "Composer") based on the db view displayed and column edited (CI). FixiItSelectedLoco is...
  6. Replies
    13
    Views
    15,268

    Re: Adding new tag deletes all existing tags & values

    I can play the file before trying to add the new tag programatically; after trying to add the new tag (and there is never an error message), I cannot play the file. So writeIDtag corrupts the file...
  7. Replies
    13
    Views
    15,268

    Re: Adding new tag deletes all existing tags & values

    The audio format is .m4a. I am not sure how to figure out what tag type (I am reading the data with AudioProperties and writing it to a DB). In Windows, I have access both to "Audio Properties"...
  8. Replies
    13
    Views
    15,268

    Adding new tag deletes all existing tags & values

    I have a vb2010 project that allows user to enter new value for a tag - - e.g., "BACH" for Composer. convex.WriteIDTag(FileLocation, TagName, UserEnteredValue) If the tag already exists (e.g.,...
  9. Re: REGISTER dmcscripting.dll for use on Windows 7 64 bit with VB 2010 Express

    The account that I run is an administrator account. I have also tried running VB 2010 Express as administrator, but it does not change the behavior. The secy is only windows defender.


    THIS IS...
  10. Re: REGISTER dmcscripting.dll for use on Windows 7 64 bit with VB 2010 Express

    Select Start and type cmd, right click on cmd and select run as administrator

    then:

    regsvr32 "c:\program files (x86)\illustrate\dBpoweramp\dMCScripting.dll"



    Does it say successfully...
  11. Re: REGISTER dmcscripting.dll for use on Windows 7 64 bit with VB 2010 Express

    I simply want to use the .audioproperties method in the DMCSCRIPTINGLib.Converter. (I chose that scripting example too quickly, I guess, just to see if I could get something to work, per your...
  12. Re: REGISTER dmcscripting.dll for use on Windows 7 64 bit with VB 2010 Express

    Using the examples at http://www.dbpoweramp.com/developer/uPlayer_vb.NET.txt, I get the following error when trying to play through .vbs.
    ' Create uPlayer Object
    Dim uPlayer
    ...
  13. Re: REGISTER dmcscripting.dll for use on Windows 7 64 bit with VB 2010 Express

    Yes, I have R14.2 installed (from dmc-r14.2-Registered.exe). Where can I find the .vbs scripting code to see if that works?
  14. Re: REGISTER dmcscripting.dll for use on Windows 7 64 bit with VB 2010 Express

    I started the thread because when I run my VB 2010 program, I get a message saying the .dll is not registered. Nonetheless, I removed dbpoweramp, rebooted, and reinstalled dbpoweramp. It behaves...
  15. Re: REGISTER dmcscripting.dll for use on Windows 7 64 bit with VB 2010 Express

    Any further instructions or explanation? I presently cannot use the product (just bought PerfectMeta update).
  16. Re: REGISTER dmcscripting.dll for use on Windows 7 64 bit with VB 2010 Express

    I ran dMC-r14.2-Registered.exe, which installed dBpoweramp in \program files (x86)\illustrate\dBpoweramp
  17. REGISTER dmcscripting.dll for use on Windows 7 64 bit with VB 2010 Express

    I successfully register dmcscripting.dll on my computer. However, dmcscripting.dll does not appear as a COM reference in VB 2010 Express after registration.

    When I browse to the dbpoweramp...
Results 1 to 17 of 17