User:Glynor: Difference between revisions
No edit summary |
No edit summary |
||
Line 47: | Line 47: | ||
8. Changed: The automation call ProcessWebService(...) returns the response instead of just 0 or 1. |
8. Changed: The automation call ProcessWebService(...) returns the response instead of just 0 or 1. |
||
<code> |
|||
<XMLPH version="1.0"> |
|||
<Item Name="UseDirectoryRule">1</Item> |
|||
<Item Name="Name">Music</Item> |
|||
<Item Name="Replace Slash">1</Item> |
|||
<Item Name="FilenameRule">[Track #] - [Name]</Item> |
|||
<Item Name="BasePath">M:\</Item> |
|||
<Item Name="UseFilenameRule">1</Item> |
|||
<Item Name="Find"/> |
|||
<Item Name="Mode">0</Item> |
|||
<Item Name="UseFindReplace">0</Item> |
|||
<Item Name="Move All">0</Item> |
|||
<Item Name="DirectorySmartMultiArtistHandling">0</Item> |
|||
<Item Name="Replace"/> |
|||
<Item Name="DirectoryRule">Audio\Music\[Artist Letters]\[Artist]\[Album]\if(isempty([Disc #],1),,[Disc #])</Item> |
|||
</XMLPH> |
|||
</code> |
|||
Revision as of 21:45, 30 May 2015
This is my page on the Wiki. My real name is Ed, I live in Maine, and this is me:
Start building the Media Center Troubleshooting Guide page.
Build the Troubleshooting Solutions page.
Span Styles
Media Center Menus
Actually, I think Template:Menu Flow would be better for long term. Or something like that...
<span style="color:#8B4513">Tools > Options > Audio</span>
Tools > Options > Audio
- Include all items starting from the top menu for consistency.
Tree Hierarchy
<span style="color:#006400">Playing Now > Playing from <Current Library's Name></span>
Playing Now > Playing from <Current Library's Name>
OS Menus
<span style="color:#007A62">Control Panel > Hardware and Sound > Sound</span>
Control Panel > Hardware and Sound > Sound
Fix These
- http://wiki.jriver.com/index.php/Supported_Remote_Control_Devices
- http://wiki.jriver.com/index.php/Remotes
Scratch Pad
20.0.64 (1/29/2015)
8. Changed: The automation call ProcessWebService(...) returns the response instead of just 0 or 1.
<XMLPH version="1.0">
<Item Name="UseDirectoryRule">1</Item>
<Item Name="Name">Music</Item>
<Item Name="Replace Slash">1</Item>
<Item Name="FilenameRule">[Track #] - [Name]</Item>
<Item Name="BasePath">M:\</Item>
<Item Name="UseFilenameRule">1</Item>
<Item Name="Find"/>
<Item Name="Mode">0</Item>
<Item Name="UseFindReplace">0</Item>
<Item Name="Move All">0</Item>
<Item Name="DirectorySmartMultiArtistHandling">0</Item>
<Item Name="Replace"/>
<Item Name="DirectoryRule">Audio\Music\[Artist Letters]\[Artist]\[Album]\if(isempty([Disc #],1),,[Disc #])</Item>
</XMLPH>