File: drop-mention-of-bitrotted-tree-from-tags.rb-script.patch

package info (click to toggle)
bongo 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,588 kB
  • sloc: lisp: 9,550; ruby: 181; makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,052 bytes parent folder | download | duplicates (3)
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
--- a/README
+++ b/README
@@ -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
 ==============