itunes-rm-dups 0.3.0-universal-darwin-9 → 0.3.1-universal-darwin-9
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/lib/itunes_dup_handler.rb +2 -3
- metadata +2 -2
data/lib/itunes_dup_handler.rb
CHANGED
@@ -104,9 +104,8 @@ def find_duplicates( tracks, run_limit = nil, mb_limit=nil )
|
|
104
104
|
tracks.each do |track|
|
105
105
|
track_file_location = unixify_path( track.location.to_s )
|
106
106
|
unless track_file_location && track_file_location.strip != ''
|
107
|
-
puts ">>> No file location for #{track.name}
|
108
|
-
|
109
|
-
x.remove_from_itunes
|
107
|
+
puts ">>> No file location found for #{track.name} at #{track_file_location}"
|
108
|
+
SkippedFiles << track_file_location
|
110
109
|
next
|
111
110
|
end
|
112
111
|
unless File.exist?(track_file_location)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: itunes-rm-dups
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: universal-darwin-9
|
6
6
|
authors:
|
7
7
|
- Daniel Choi
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-05-
|
12
|
+
date: 2008-05-27 00:00:00 -04:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|