This file is indexed.

/usr/share/doc/audiolink/TODO is in audiolink 0.05-1.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
$Id: TODO,v 1.11 2003/12/05 09:19:24 amitshah Exp $

AudioLink

* GUI support: Qt, HTML, GTK.

* Add scoring support: most searched songs

* Option for updating the ID3 tags, for example, from the input the
   user has given while populating the database. This should be a
   cron-able job.

* Refer to MusicBrainz data for song information

* Support for crawling the LAN for NFS, SMB, FTP, etc protocols.

* Packaging in different formats: rpm, etc. (Debian's done)

* Plugin for some audio-playing software, which will allow searches,
   etc. to be made in our database and select songs for playing, w/o
   creating the directory structure.

* Support for other data types, like web pages, pdfs, etc.

* Create playlists based on the output of module 2, so that if the
   user creates a CD with a similar structure of songs, he still will
   have access to the songs he chose based on his searches.

* ID3v2 support

* print error messages, informational messages to STDERR

* script that updates schema based on version numbers

-----------------------------------------------------------------------------
Todo for alfilldb:
* Currently, ID3v2 will override ID3v1. Let the user decide.

* Check for ~/.audiolink/version. The schema should be based on this
   file.

-----------------------------------------------------------------------------
Todo for alsearch:
* If the user doesn't know if a particular string would figure in the
  'album' field or the 'singer' field, search in all the fields and
  keep refining the search. (Idea contributed by Rahul Agarwal).