title
Products            Buy            Support Forum            Professional            About            Codec Central
 

different users, same library

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mville
    dBpoweramp Guru

    • Dec 2008
    • 4021

    different users, same library

    My PC has 2 different users, both have admininistrator privileges.

    Each user was running Asset 3 (local account), with different libraries. This was working fine.

    I have just installed Asset 4 and now one user is showing the same status as the other even though the library data is stored in different locations e.g.:

    C:\Users\user1\AppData\Roaming\dBpoweramp\uMediaLi brary

    and

    C:\Users\user2\AppData\Roaming\dBpoweramp\uMediaLi brary

    The problem seems to be related to the use of the following registry key:

    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Illustrate \dBpoweramp\DefaultUserPath

    which is machine specific and not user specific.

    Please advise.
    Last edited by mville; March 13, 2012, 11:07 AM.
  • Spoon
    Administrator
    • Apr 2002
    • 44582

    #2
    Re: different users, same library

    This is correct, we updated Asset to allow better finding of settings using HKLM, previously it was possible to have the configuration page and actual asset using different settings which was not good.
    Spoon
    www.dbpoweramp.com

    Comment

    • mville
      dBpoweramp Guru

      • Dec 2008
      • 4021

      #3
      Re: different users, same library

      Originally posted by Spoon
      This is correct, we updated Asset to allow better finding of settings using HKLM, previously it was possible to have the configuration page and actual asset using different settings which was not good.
      So why not store the necessary registry keys under:

      HKEY_CURRENT_USER\Software\Wow6432Node\Illustrate \dBpoweramp\DefaultUserPath

      instead of

      HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Illustrate \dBpoweramp\DefaultUserPath

      just as the library files are stored in different user profile locations?

      This way I can use different Asset configurations depending on which user logs into my machine.

      Comment

      • Spoon
        Administrator
        • Apr 2002
        • 44582

        #4
        Re: different users, same library

        As when using the service account HKCU is not the same as the configuration page
        Spoon
        www.dbpoweramp.com

        Comment

        • mville
          dBpoweramp Guru

          • Dec 2008
          • 4021

          #5
          Re: different users, same library

          Originally posted by Spoon
          As when using the service account HKCU is not the same as the configuration page
          OK, but you could implement the following:

          If "Asset Running Mode" = "Local Account (recommended)" Then
          read HKEY_CURRENT_USER\Software\Wow6432Node\Illustrate \dBpoweramp\DefaultUserPath key value

          Else
          If "Asset Running Mode" = "Service" Then
          read HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Illustrate \dBpoweramp\DefaultUserPath key value

          Else
          'do nothing

          EndIf

          Endif

          not that I want to tell you how to do your job or anything
          Last edited by mville; March 13, 2012, 01:29 PM.

          Comment

          • Spoon
            Administrator
            • Apr 2002
            • 44582

            #6
            Re: different users, same library

            The next set of work to be implemented on asset is multiple user libraries within a single Asset...this will be Asset v5
            Spoon
            www.dbpoweramp.com

            Comment

            Working...

            ]]>