More > JRiver Media Center 32 for Windows

Freak solution to open explorer windows for multiple selected albums available?

<< < (2/2)

gulp:
That’s a great idea! I guess I’d have to build a view with path + filename as column and then export it…or is there a direct option to export the path+file fields for marked albums?

marko:

--- Quote from: zybex on January 29, 2024, 06:20:22 am ---I have a Link (shortcut in the Top-right links bar) to open the folder of the currently selected item. Just do "Manage Links" and add an item like this:

Type: Program
DisplayName: Folder
Program Path: Explorer.exe
Parameters: "[Filename (path)]"      (with quotes)

Now you should have a "Folder" button on the links bar.
To select the folder in Explorer instead of opening it, use this as Parameters:
//select,"removeright([filename (path)],1)"

--- End quote ---

In a "MC installation folder\Data\Custom Resources" folder, I have a custom "Resources.xml" file that contains:

--- Code: ---<!-- Go to folder containing selected file -->
<Entry Key="Ctrl;Alt;D" Command="26004" Param="-2" />
--- End code ---

Ctrl+Alt+D opens the folder containing the selected file, with the file selected in MC selected in the explorer window.

Also... Links are great for sharing. You hit the "Copy link information to clipboard" button, then paste it here in code tags. The user then copies that, and hits the "Paste link information from clipboard" button to add the link.

--- Code: ---<Link version="1.2">
<Item Name="Name">Folder</Item>
<Item Name="Action">0</Item>
<Item Name="Base URL"/>
<Item Name="Search URL"/>
<Item Name="Type">1</Item>
<Item Name="Program Path">Explorer.exe</Item>
<Item Name="Program Parameters">"[Filename (path)]"</Item>
<Item Name="Filter"/>
</Link>
--- End code ---

zybex:

--- Quote from: gulp on January 29, 2024, 10:57:00 am ---That’s a great idea! I guess I’d have to build a view with path + filename as column and then export it…or is there a direct option to export the path+file fields for marked albums?

--- End quote ---
You need a Details view with the [Filename (Path)] column.


--- Quote from: marko on January 29, 2024, 11:10:21 am ---Also... Links are great for sharing. You hit the "Copy link information to clipboard" button, then paste it here in code tags. The user then copies that, and hits the "Paste link information from clipboard" button to add the link.

--- End quote ---
Nice, I hadn't noticed this HUGE button before :)

Navigation

[0] Message Index

[*] Previous page

Go to full version