"Multiple views" refers to the idea of using pytagsfs to present your tagged media files in different ways, under different mount points, at the same time. This allows you to locate media files easily using a variety of different criteria.
For instance, let's say you set up pytagsfs mounts as follows:
- pytagsfs -o format='/%a/%a - %t.%e' source by-artist
- pytagsfs -o format='/%l/%a - %t.%e' source by-album
- pytagsfs -o format='/%g/%a - %t.%e' source by-genre
- pytagsfs -o format='/%y/%a - %t.%e' source by-year
You could easily browse your music by artist, album name, genre, or year of release by viewing the files under the appropriate mount tree.
