Updated Library View Modes (markdown)

davidsansome 2013-12-01 00:54:42 -08:00
parent 7f835f421e
commit 7b3239bbd8
1 changed files with 13 additions and 13 deletions

@ -1,7 +1,3 @@
# Description of library view's modes
<wiki:toc max_depth="1" />
# Introduction
There are three modes you can choose from:
@ -30,14 +26,16 @@ http://student.agh.edu.pl/~bara/lib_all.png
In this mode only the songs for which the (artist, album, title) tuple is found more than once in the library will be shown. The feature is case sensitive which means:
1. those are duplicates:
- Antimatter - A Dream For The Blind - Lost Control - /!LostControl.mp3
- Antimatter - A Dream For The Blind - Lost Control - /other/!LostControl.mp3
- Antimatter - A Dream For The Blind - Lost Control - /!LostControl.mp3
- Antimatter - A Dream For The Blind - Lost Control - /other/!LostControl.mp3
1. those are not duplicates (different album's case):
- Antimatter - a dream for the blind - Lost Control - /!LostControl.mp3
- Antimatter - A Dream For The Blind - Lost Control - /other/!LostControl.mp3
- Antimatter - a dream for the blind - Lost Control - /!LostControl.mp3
- Antimatter - A Dream For The Blind - Lost Control - /other/!LostControl.mp3
1. those are not duplicates (different album):
- Antimatter - Live - Lost Control - /!LostControl.mp3
- Antimatter - A Dream For The Blind - Lost Control - /other/!LostControl.mp3
- Antimatter - Live - Lost Control - /!LostControl.mp3
- Antimatter - A Dream For The Blind - Lost Control - /other/!LostControl.mp3
In this mode you can use the grouping and age limit features but you cannot use filtering!
@ -50,11 +48,13 @@ http://student.agh.edu.pl/~bara/lib_duplicates.png
In this mode only the songs which have at least one of the (artist, album, title) tags empty will be shown. For example:
1. this song is considered tagged:
- Antimatter - Live - Lost Control
- Antimatter - Live - Lost Control
1. this song is considered untagged (missing title):
- Antimatter - Live -
- Antimatter - Live -
1. this song is considered untagged (missing album and title):
- Antimatter - -
- Antimatter - -
In this mode you can use the grouping and age limit features but you cannot use filtering!