1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
From: Sean Whitton <spwhitton@spwhitton.name>
Date: Thu, 29 Oct 2020 12:10:44 -0700
Subject: drop mention of bitrotted tree-from-tags.rb script
README | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/README b/README
index 83a7b0c..de32fc4 100644
@@ -50,19 +50,6 @@ You don't have to use ` - ' as the separator, but you can't use `/'
and have your files in nested directories. The information actually
needs to be stored in the basename of each file.
-Many people use tags (e.g., ID3v2 tags or Ogg tags) for their metadata and don't
-care about file names. Luckily, Bongo comes with a tool called
-`tree-from-tags.rb`, which can be used to create a hierarchy of nicely-named
-symlinks into your tagged media collection. The tool depends
-on [ruby-taglib](https://robinst.github.io/taglib-ruby/) for extracting tag data
-from files make sure you have it installed before running the tool. Run
-
-``` shell
-ruby tree-from-tags.rb --help
-```
-
-for more details.
-
Basic Commands
|