User Tools

Site Tools


columns_ui:config:playlist_view:columns

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
columns_ui:config:playlist_view:columns [2008/06/17 23:53] musicmusiccolumns_ui:config:playlist_view:columns [2009/12/14 16:25] (current) 109.167.47.185
Line 1: Line 1:
-====== Columns Configuration ======+====== Columns UI configuration: Playlist view: Columns ======
 {{ :columns_ui:config:playlist_view:columns_options.png }} {{ :columns_ui:config:playlist_view:columns_scripts.png }} {{ :columns_ui:config:playlist_view:columns_options.png }} {{ :columns_ui:config:playlist_view:columns_scripts.png }}
 ===== Columns ===== ===== Columns =====
 +
 ==== Columns ==== ==== Columns ====
 A list of all columns. Select one to modify it. A list of all columns. Select one to modify it.
-==== Display name ====+==== Up ==== 
 +Move the selected column up. 
 +==== Down ==== 
 +Move the selected column down. 
 +==== New ====  
 +Create a new column. 
 +==== Delete ====  
 +Remove the selected column. 
 +==== Apply ====  
 +Apply the changes now. 
 +===== Columns details: Options ===== 
 +==== Show column ==== 
 +Sets whether the column should be displayed or not. 
 +==== Title ====
 The name of the column; this is displayed above the column in the header. The name of the column; this is displayed above the column in the header.
 ==== Width ==== ==== Width ====
 The width of the column in pixels. The width of the column in pixels.
-==== Resize ==== +==== Size weight ==== 
-The weight of this column; used in auto-resizing mode to allocate extra space to a column. The weight determines the percentage of the extra space that a column gets. If it is zero, the column has a fixed width. Higher weight means the column gets a greater share of the available space. For the mathematically inclined, here is a formula to calculate the actual width:((the width will never be negative, in this case it will be zero, and the extra space gained is evenly distibuted across the other columns)) +The weight of this column; used in auto-resizing mode to allocate extra space to a column. The weight determines the percentage of the extra space that a column gets. If this is zero, the column has a fixed width. Higher weight means the column gets a greater share of the available space. For the mathematically inclined, here is a formula to calculate the actual width (note that for technical reasons this is not the exact formula used):((the width will never be negative, in this case it will be zero, and the extra space gained is evenly distributed across the other columns)) 
-  (width + (resize parts setting) * ( (window width) - (sum of all width settings) ) / (sum of all resize parts settings) ) +  (width + (size weight) * ( (window width) - (sum of all widths) ) / (sum of all size weights) )
 ==== Alignment ==== ==== Alignment ====
 Set the alignment for the column's title and text; this does not affect the columns items if using tab characters in that column's display string. Set the alignment for the column's title and text; this does not affect the columns items if using tab characters in that column's display string.
-==== Metafield to edit ====+==== Linked meta field ====
 Specifies the metafield to edit in inline metafield edit operations in this column. An empty value disables inline metafield editing on this column. See [[columns_ui:usage#inline_metafield_editing|here]] for more information about inline metafield editing. Specifies the metafield to edit in inline metafield edit operations in this column. An empty value disables inline metafield editing on this column. See [[columns_ui:usage#inline_metafield_editing|here]] for more information about inline metafield editing.
 ==== Playlist filters ==== ==== Playlist filters ====
-=== Show on all playlists ===+=== Filter modes === 
 +== Show on all playlists ==
 Shows this column irrespective of the current playlist. Shows this column irrespective of the current playlist.
-=== Show only on playlists: === +== Show only on playlists == 
-Shows this column only on playlists specified in the Filter playlists text box. +Shows this column only on playlists specified in the filter playlists text box. 
-=== Hide on playlists: === +== Hide on playlists == 
-Shows this column on all playlists **except** those specified in the Filter playlists text box. +Shows this column on all playlists **except** those specified in the filter playlists text box. 
-==== Filter Playlists ==== +=== Specifying filter playlists === 
-Playlists to apply the playlist filter to (applies only to **Show only on playlists** and **Hide on playlists** filters). Separate multiple playlists by a semi-colon. ((Note: currently playlists beginning with a space cannot be filtered)) +In the text box, enter the playlists to apply the playlist filter to (applies only to **Show only on playlists** and **Hide on playlists** filters).((Note: currently playlists beginning with a space cannot be filtered)) Separate multiple playlists by a semi-colon. You may use wild cards and question marks. 
-==== Show column ==== +===== Columns details: Scripts ===== 
-Sets whether the column should be displayed or not. +==== Use custom sort script ==== 
-==== Use custom sort spec ==== +Uses the column's sort script for sorting by column instead of the display script
-Use'the column's sort string for sorting by column instead of the display string+==== Use custom style script ==== 
-==== Use custom colour spec ==== +Allows you to overide the global style script using the column'style script.
-Use'the column'colour string for setting colours instead of the global colour string(This is negligibly slower, unless your strings are largely different in complexity.)+
 ==== Display tab ==== ==== Display tab ====
-The titleformatting expression used for formatting the display title. +The title formatting expression used for formatting the display title. 
-==== Colour tab ==== +==== Style tab ==== 
-The titleformatting expression used for setting the colours. Applies only when **Use custom colour spec** is enabled. See [[columns_ui:config:colour_string]] for more information.+The title formatting expression used for setting the style. Applies only when **Use custom style script** is enabled. See [[columns_ui:config:colour_string|Style script]] for more information.
 ==== Sort tab ==== ==== Sort tab ====
-The titleformatting expression used when sorting by this column. Applies only when **Use custom sort spec** is enabled.+The title formatting expression used when sorting by this column. Applies only when **Use custom sort script** is enabled.
 ==== Tools ==== ==== Tools ====
 === Titleformatting help === === Titleformatting help ===
 +Shows the titleformatting reference.
 === String help === === String help ===
 +Shows the style script reference.
 === Speed test === === Speed test ===
-=== Preview to console ===+Benchmarks the speed of your column scripts 
 +=== Preview script === 
 +Shows a preview of the active script
 === Change editor font === === Change editor font ===
-==== Up ==== +Changes the script editor font
-Move the selected column up. +
-==== Down ==== +
-Move the selected column down. +
-==== New ====  +
-Create a new column. +
-==== Delete ====  +
-Remove the selected column. +
-==== Apply ====  +
-Apply the changes now. +
columns_ui/config/playlist_view/columns.1213746837.txt.gz · Last modified: 2008/06/17 23:53 by musicmusic