|
XP - Reset Columns
Posted by: Konix (IP Logged)
Date: June 16, 2007 03:48AM Reset All Column Settings
(Note: This functionality is now built into Scratch Live version 1.9.1 (custom crate columns option in the setup menu). You do not need ScratchTools to do this anymore, but you still can if you wish :) ) Use this function if you want to have all your crates have the same columns displayed and in a particular order. So, you would do this function if you want all your crates to show, for example, the Song - Artist - BPM - Genre columns only AND in that specific order. So what you will want to type is... java -jar -Xms512m -Xmx512m ScratchTools.jar "D:/" -r "song;artist;bpm;genre" Now if you want different columns shown than in the example, just replace with the columns you want, separated by a semicolon (;). The available columns are.... added album artist bitrate bpm comment composer filename genre grouping key (SSL v1.9+ only, also requires ST v0.8.1) label length location remixer sampling size track year song After setting your columns, hit enter. You should see... Also notice that before ScratchTools attempts to modify your crates, a backup will be created. Now, all your crates will have to same columns and order. |
||