Created attachment 66 [details] Simply handles file:// as it does paths without that protocol. when getting the AlbumArt URL, it will fail to use e.g. 'file:///my/path/to/image.jpg' because 'wget' does not handle that protocol (any more?). My system: Ubuntu 18.04.1 LTS (bionic) abcde 2.8.1-1 I think the solution should be as simple as not handling file:// through wget, but just strip 'file://' and get the path that way. I am not sure how this will work on systems like OSX or Windows, if these are supported though. I attached a patch off commit 8de69dd9476d40b4d61b25532f0a22acd932d765 in the hope of simplifying its use, but it's straight forward.
Created attachment 67 [details] Simple improvement of the prompt for the URL. This just moves the ':' so it has a space after it, feels more natural to me when entering data on the console