-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
55 lines (49 loc) · 1.92 KB
/
TODO
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
47
48
49
50
51
52
53
54
55
TODO
====
Version 0.2
-----------
* Test track info command
* How does it handle tracks that have not been added to iTunes
* Does all it's output go though the logger
* Add a --json to client utils to get the contents back as json
* Add to command itunes-remote-track-info.rb
* When regenerating the track cache make it possible to talk to the server
* This might only be at startup, but it a big issue
* Add command line option to server to generate a file with the PID in it
* Test windows
* Test linux
* More server info fields
* Uptime of server
* Uptime of iTunes
* Last cache regen and how long it took
* Check that commands that take paths work with relative paths (convert to abs)
* Check that commands that take paths work with escape characters and quoted file names
* Replace use of apple script
* itunes-remote-add-files.rb
* itunes-remote-check-cache.rb
* itunes-remote-list-dead-tracks.rb
* itunes-remote-list-tracks.rb
* itunes-remote-refresh-files.rb
* itunes-remote-remove-dead-tracks.rb
* itunes-remote-remove-files.rb
* itunes-remote-server-info.rb
* itunesController.rb
* Test scripts on MacOSX
* itunes-remote-add-files.rb
* itunes-remote-check-cache.rb
* itunes-remote-list-dead-tracks.rb
* itunes-remote-list-tracks.rb
* itunes-remote-refresh-files.rb
* itunes-remote-remove-dead-tracks.rb
* itunes-remote-remove-files.rb
* itunes-remote-server-info.rb
* itunesController.rb
* [done on osx, need to check windows] Handle iTunes quiting
* Add command to restart iTtunes
* [done] Add better support for different databases using sequel: http://sequel.jeremyevans.net
Version 0.3
-----------
* Add command/script for searching for tracks
* Add command/scripts to stop/play track
* Make track info return more information about the track
* Server info command should dislpay all the json values without having them hardcoded in the client