diff --git a/VERSION b/VERSION index 25e0ffa8..0f65f946 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.19.0-develop27 +1.19.0-develop28 diff --git a/defaults/templates.yml b/defaults/templates.yml index bc7fb2ce..36ef8b16 100644 --- a/defaults/templates.yml +++ b/defaults/templates.yml @@ -62,6 +62,8 @@ templates: pre: "_" order: "" order_<>: <> + sort_prefix: "!" + sort_title: <><><
><>>><>
       item_radarr_tag_<<key>>: <<item_radarr_tag>>
       item_sonarr_tag_<<key>>: <<item_sonarr_tag>>
       url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/<<image>>.jpg
@@ -113,7 +115,7 @@ templates:
     visible_shared: <<visible_shared_<<key>>>>
     item_radarr_tag: <<item_radarr_tag_<<key>>>>
     item_sonarr_tag: <<item_sonarr_tag_<<key>>>>
-    sort_title: "!<<collection_section>><<pre>><<order_<<key>>>><<title>>"
+    sort_title: <<sort_title>>
     url_poster: <<url_poster_<<key>>>>
     file_poster: <<file_poster_<<key>>>>
     url_background: <<url_background_<<key>>>>
diff --git a/docs/defaults/collection_variables.md b/docs/defaults/collection_variables.md
index e929318b..495859d7 100644
--- a/docs/defaults/collection_variables.md
+++ b/docs/defaults/collection_variables.md
@@ -13,6 +13,8 @@ Below are the available variables which can be used to customize the file.
 | `name_<<key>>`<sup>1</sup>               | **Description:** Changes the name of the specified key's collection.<br>**Values:** New Collection Name                                                                                                                                                                                                                                                                                                   |
 | `summary_<<key>>`<sup>1</sup>            | **Description:** Changes the summary of the specified key's collection.<br>**Values:** New Collection Summary                                                                                                                                                                                                                                                                                             |
 | `collection_section`                     | **Description:** Changes the sort order of the collection sections against other default collection sections.<br>**Values:** Any number                                                                                                                                                                                                                                                                   |
+| `sort_prefix`                            | **Description:** Changes the prefix of the sort title.<br>**Default:** `!`<br>**Values:** Any String                                                                                                                                                                                                                                                                                                      |
+| `sort_title`                             | **Description:** Changes the sort title of all collections.<br>**Default:** `<<sort_prefix>><<collection_section>><<pre>><<order_<<key>>>><<title>>`<br>**Values:** Any String                                                                                                                                                                                                                            |
 | `order_<<key>>`<sup>1</sup>              | **Description:** Controls the sort order of the collections in their collection section.<br>**Values:** Any number                                                                                                                                                                                                                                                                                        |
 | `collection_mode`                        | **Description:** Controls the collection mode of all collections in a Defaults file.<br>**Values:**<table class="clearTable"><tr><td>`default`</td><td>Library default</td></tr><tr><td>`hide`</td><td>Hide Collection</td></tr><tr><td>`hide_items`</td><td>Hide Items in this Collection</td></tr><tr><td>`show_items`</td><td>Show this Collection and its Items</td></tr></table>                     |
 | `ignore_ids`                             | **Description:** Set a list or comma-separated string of TMDb/TVDb IDs to ignore in all collections.<br>**Values:** List or comma-separated string of TMDb/TVDb IDs                                                                                                                                                                                                                                       |