INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Adding WalMart DRM free to Media Center  (Read 2726 times)

kevind

  • Junior Woodchuck
  • **
  • Posts: 98
Adding WalMart DRM free to Media Center
« on: September 04, 2007, 03:11:55 am »

Well now I was pleasently surprised to see how easy this was. Created a mjp file for the new DRM free walmart music download. Here's the code from the file I created and installed. Sweet!

<?xml version="1.0" standalone="yes" ?>

<MJPF version="2.0">

   <Package>
      <Name>WalMart</Name>
      <Action>NONE</Action>
      <URL>NONE</URL>
      <Version>1.0.1</Version>
      <HasActions>1</HasActions>
   </Package>
   
   <Actions>
      <FileEntry>
         <File>*.*</File>
         <Action>
            <Command>COPY_PLUGINDIR</Command>
         </Action>
      </FileEntry>
      <FileEntry>   
         <File>*</File>
         <Action>
            <Command>REGISTRY</Command>
            <Param>HKEY_LOCAL_MACHINE|SOFTWARE\JRiver\[NameWithVersion]\Plugins\Services\WalMart|AccessURL|http://musicdownloads.walmart.com/catalog/servlet/MainServlet</Param>
         </Action>   
         <Action>
            <Command>REGISTRY</Command>
            <Param>HKEY_LOCAL_MACHINE|SOFTWARE\JRiver\[NameWithVersion]\Plugins\Services\WalMart|DisplayName|WalMart Music Store</Param>
         </Action>   
         <Action>
            <Command>REGISTRY</Command>
            <Param>HKEY_LOCAL_MACHINE|SOFTWARE\JRiver\[NameWithVersion]\Plugins\Services\WalMart|IVersion|4</Param>
         </Action>         
         <Action>
            <Command>REGISTRY</Command>
            <Param>HKEY_LOCAL_MACHINE|SOFTWARE\JRiver\[NameWithVersion]\Plugins\Services\WalMart|LargeImage|[PROGRAMPATH]\Plugins\WalMart.png</Param>
         </Action>
         <Action>
            <Command>REGISTRY</Command>
            <Param>HKEY_LOCAL_MACHINE|SOFTWARE\JRiver\[NameWithVersion]\Plugins\Services\WalMart|SmallImage|[PROGRAMPATH]\Plugins\WalMart.png</Param>
         </Action>
         <Action>
            <Command>REGISTRY</Command>
            <Param>HKEY_LOCAL_MACHINE|SOFTWARE\JRiver\[NameWithVersion]\Plugins\Services\WalMart\Treeitems|Purchased Music|[media type]=[Audio] [comment]=WalMart ~sort=[date imported]-d</Param>
         </Action>
         <Action>
            <Command>UPDATE_SERVICELIST</Command>
         </Action>
      </FileEntry>   
   </Actions>
   
</MJPF>
Logged
Pages: [1]   Go Up