staff
1,124
edits
(→MyList State Highlighting: reorder colours) |
|||
Line 12: | Line 12: | ||
Basically, if something is marked as "completed" but for whatever reason there's actually more files to be watched (ie you forgot to mark files as watched, there were new episodes added, etc), the entry will be orange instead of green. This means green = .all_watched means you've truly watched all the episodes! | Basically, if something is marked as "completed" but for whatever reason there's actually more files to be watched (ie you forgot to mark files as watched, there were new episodes added, etc), the entry will be orange instead of green. This means green = .all_watched means you've truly watched all the episodes! | ||
==== Term definitions ==== | |||
'''Note:''' other than the mylist states that are visible and that you can set on the interface (.collecting, .dropped, .watching, .stalled, .completed), there are also 2 invisible mylist states: '''.complete''' (note "complete" vs "completed") and '''.all_watched'''. | |||
Definitions: | |||
* .complete | |||
** a) all files for the show's regular episodes have been ''released'' | |||
** b) you have ''collected'' all of the regular episodes' files in your mylist | |||
* .all_watched | |||
** a) all files for the show's regular episodes have been ''released'' | |||
** b) you have ''marked watched'' all of the regular episodes' files in your mylist | |||
==== Application of Colours ==== | |||
Highlight mylist entries, on mylist page, mylist timeline, and other pages where mylist entries appear. The order the colours are applied are as follows: | Highlight mylist entries, on mylist page, mylist timeline, and other pages where mylist entries appear. The order the colours are applied are as follows: | ||
* red for if not fully collected (missing files), and have not started; default mylist colour | * red for if not fully collected (missing files), and have not started; default mylist colour | ||
Line 17: | Line 29: | ||
<pre style="color:#000000; background:#E69696">background-color: #E69696 !important; red -- incompletely collected, .stalled</pre> | <pre style="color:#000000; background:#E69696">background-color: #E69696 !important; red -- incompletely collected, .stalled</pre> | ||
<pre style="color:#000000; background:#E67878">background-color: #E67878 !important; red odd -- incompletely collected, .stalled</pre> | <pre style="color:#000000; background:#E67878">background-color: #E67878 !important; red odd -- incompletely collected, .stalled</pre> | ||
* blue for | * blue for .complete (fully collected and "ready to watch") | ||
<pre style="color:#000000; background:#71D8DE">background-color: #71D8DE !important; blue -- .complete</pre> | <pre style="color:#000000; background:#71D8DE">background-color: #71D8DE !important; blue -- .complete</pre> | ||
<pre style="color:#000000; background:#68CACE">background-color: #68CACE !important; blue odd -- .complete</pre> | <pre style="color:#000000; background:#68CACE">background-color: #68CACE !important; blue odd -- .complete</pre> | ||
* black for dropped | * orange for mylist state .completed but not .all_watched | ||
<pre style="color:#000000; background:#FFB84D">background-color: #FFB84D !important; orange -- .completed but not .all_watched</pre> | |||
<pre style="color:#000000; background:#FFA319">background-color: #FFA319 !important; orange odd -- .completed but not .all_watched</pre> | |||
* green for .all_watched | |||
<pre style="color:#000000; background:#B8E3B8">background-color: #B8E3B8 !important; green -- .all_watched</pre> | |||
<pre style="color:#000000; background:#85D485">background-color: #85D485 !important; green odd -- .all_watched</pre> | |||
* black for .dropped | |||
<pre style="color:#FFFFFF; background:#222222">background-color: #222222 !important; black -- color: #FFFFFF; font colour -- .dropped</pre> | <pre style="color:#FFFFFF; background:#222222">background-color: #222222 !important; black -- color: #FFFFFF; font colour -- .dropped</pre> | ||
<pre style="color:#FFFFFF; background:#000000">background-color: #000000 !important; black odd -- color: #FFFFFF; font colour -- .dropped</pre> | <pre style="color:#FFFFFF; background:#000000">background-color: #000000 !important; black odd -- color: #FFFFFF; font colour -- .dropped</pre> | ||
* orange for watching | * orange for .watching | ||
<pre style="color:#000000; background:#FFB84D">background-color: #FFB84D !important; orange -- .watching</pre> | |||
<pre style="color:#000000; background:#FFB84D">background-color: #FFB84D !important; orange -- .watching | <pre style="color:#000000; background:#FFA319">background-color: #FFA319 !important; orange odd -- .watching</pre> | ||
<pre style="color:#000000; background:#FFA319">background-color: #FFA319 !important; orange odd -- .watching | * red for .stalled | ||
* red for stalled | |||
<pre style="color:#000000; background:#E69696">background-color: #E69696 !important; red -- incompletely collected, .stalled</pre> | <pre style="color:#000000; background:#E69696">background-color: #E69696 !important; red -- incompletely collected, .stalled</pre> | ||
<pre style="color:#000000; background:#E67878">background-color: #E67878 !important; red odd -- incompletely collected, .stalled</pre> | <pre style="color:#000000; background:#E67878">background-color: #E67878 !important; red odd -- incompletely collected, .stalled</pre> | ||
'''Unused:''' | '''Unused:''' |