Independent | Andy Ibanez https://www.andyibanez.com Teaching you cool stuff since 2012. Mon, 19 Aug 2019 22:08:54 +0000 en-US hourly 1 https://wordpress.org/?v=4.9.10 39653125 fsduplicates https://www.andyibanez.com/project/fsduplicates/ https://www.andyibanez.com/project/fsduplicates/#respond Sun, 26 Jun 2016 23:47:59 +0000 https://www.andyibanez.com/?post_type=project&p=549 The post fsduplicates appeared first on Andy Ibanez.

]]>

Command line tool to detect duplicate songs in OS X/macOS based on their Audio Fingerprints.

fsduplicates helps you find song duplicates recursively in any specific directory and output its findings in a different directory. With the generated results you can later analyse and take action on duplicate songs. The results are in plain text files, which you can analyse using any tool, like Unix standard commands, or fsduplicates’ tools.

fsduplicates works by contacting AcoustID (acoustid.org) for each song generating an unique ID for each song. If two songs have the same ID, they are the same song. Internally, fsduplicates uses fpcalc, a command line tool developed by Chromaprint to generate fingerprints.

The source code is released under a Apache 2.0 licence and it’s hosted on Github.

https://github.com/AndyIbanez/fsduplicates

The post fsduplicates appeared first on Andy Ibanez.

]]>
https://www.andyibanez.com/project/fsduplicates/feed/ 0 549
Leopaster https://www.andyibanez.com/project/leopaster/ https://www.andyibanez.com/project/leopaster/#respond Sun, 05 Jan 2014 02:15:34 +0000 http://andyibanez.com/?post_type=project&p=173 Leopaster is a quick tool to paste code to ghostbin.com

The post Leopaster appeared first on Andy Ibanez.

]]>
Quick Status Bar Menu on OS X that allows you to quickly paste code on @DHowett’s ghostbin.com.

ghostbin.com is a simple pasteboard service that allows people to paste code or any other text and to quickly share a link to them. These services allow developers to share code snippets faster to either request help with an specific piece of code, or to help others with theirs (Other uses may apply).

Usage

Leopaster is a simple status bar app on your Mac. When you click it, you will see all it’s features and Ghostbin’s supported languages.

Copy the code you want to send to Ghostbin to your clipboard (aka right click -> copy, or cmd+c). Then click the Leopaster item and select an expiration time. By default, the expiration time is set to “Undefined”, which doesn’t send any expiration data to Ghostbin so it’s kept indefinitely. Changing the expiry time will use that expiry data on all further pastes (it’s not necessary to choose a different expiry time everytime you want to use Leopaster as it will remember your last used setting).

Simply clicking on the language will send your code in your clipboard to Ghostbin. When your paste is ready, you will receive a notification on OS X telling your your paste is ready, and it will place the link your clipboard, so you can paste it (aka right-click -> paste, or cmd+v) anywhere you want, hassle free.

Notes and Credits

Thanks to @DHowett for very quickly giving me a link to Ghostbin’s API usage. Finding the API URL is a bit complicated unless you ask, so I will put it here for those interested:

https://ghostbin.com/paste/p3qcy

And finally thanks to anyone who is planning on using this. 😛

leopaster` leopaster2 leopaster3

Download: Download Leopaster
Github: Source Code

The post Leopaster appeared first on Andy Ibanez.

]]>
https://www.andyibanez.com/project/leopaster/feed/ 0 173