Neil Lee

Results 13 comments of Neil Lee
trafficstars

> The current workaround is to use the code from the v1 branch. To be clear, pull down a copy of the 1.0 files, build it, and run that?

> > > The current workaround is to use the code from the v1 branch. > > > > > > To be clear, pull down a copy of the...

The developer passed along a change that might help: in the V1 branch source, go into **decrypt.sh** and change ``itemName=$(defaults read "$file/iTunesMetadata" itemName)`` with ``itemName=$(plutil -extract itemName raw "$file/iTunesMetadata.plist")`` Once...