rob-gordon 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +18 -0
- data/VERSION +1 -1
- data/rob-gordon.gemspec +2 -2
- metadata +4 -4
data/README.rdoc
CHANGED
|
@@ -2,10 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
A music organizer for the self-confessed obsessive.
|
|
4
4
|
|
|
5
|
+
== Usage
|
|
6
|
+
|
|
7
|
+
The command to import a folder is called *rob*.
|
|
8
|
+
|
|
9
|
+
rob <folder> <path to music library>
|
|
10
|
+
|
|
11
|
+
*rob* looks through the folder for mp3 files, scans the tags, then creates
|
|
12
|
+
a folder structure in your music library that looks like this:
|
|
13
|
+
|
|
14
|
+
<Artist Name>/<Album name>/<Track #>. <Track Name>.mp3
|
|
15
|
+
|
|
16
|
+
So, if you were importing the tracks in the test directory (thx Camden), you would get:
|
|
17
|
+
|
|
18
|
+
Camden/Vale EP/01. Penelope.mp3
|
|
19
|
+
|
|
20
|
+
Currently, that's the only folder structure and track naming convention. I don't plan on changing it, because if you don't organize your music like that, _you're wrong_.
|
|
21
|
+
|
|
5
22
|
== Credits
|
|
6
23
|
|
|
7
24
|
* Camden for the Vale EP included in the test directory. Download it at http://camden.bandcamp.com
|
|
8
25
|
* Robin Stocker fro id3lib-ruby -- http://id3lib-ruby.rubyforge.org/
|
|
26
|
+
* Josh Nichols for Jeweler -- https://github.com/technicalpickles/jeweler
|
|
9
27
|
|
|
10
28
|
No, seriously, turbo props to Camden for letting me distribute their EP as a part of this source.
|
|
11
29
|
Check them out at http://camdensoundz.com
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.5
|
data/rob-gordon.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{rob-gordon}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.5"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["andyleclair"]
|
|
12
|
-
s.date = %q{2011-03-
|
|
12
|
+
s.date = %q{2011-03-10}
|
|
13
13
|
s.default_executable = %q{rob}
|
|
14
14
|
s.description = %q{
|
|
15
15
|
"What came first, the music or the misery? People worry about kids playing with guns, or watching violent videos, that some sort of culture of violence will take them over.
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 5
|
|
9
|
+
version: 0.1.5
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- andyleclair
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2011-03-
|
|
17
|
+
date: 2011-03-10 00:00:00 -05:00
|
|
18
18
|
default_executable: rob
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -132,7 +132,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
132
132
|
requirements:
|
|
133
133
|
- - ">="
|
|
134
134
|
- !ruby/object:Gem::Version
|
|
135
|
-
hash:
|
|
135
|
+
hash: 3575031659802702218
|
|
136
136
|
segments:
|
|
137
137
|
- 0
|
|
138
138
|
version: "0"
|