Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Download the most trusted enterprise browser
Chrome Enterprise brings enterprise controls and easy integrations to the browser users already know and love.
Chrome Enterprise is ideal for businesses of all sizes, IT professionals, and organizations looking for a secure, scalable, and easily managed browser solution that supports remote work, data protection, and streamlined enterprise operations.
GraphicsMagick provides a set of commandline tools and programming APIs for manipulating, editing, and converting raster and vector images. It is derived from ImageMagick, with the objective of providing better stability and performance than ImageMagick while retaining the original MIT/X11 license.
TCL script to grab music metadata (album, artist, cover art) using last.fm API.
Packages required to grab metadata:
- tcl8.5 or higher
- tdom package
- imagemagick (convert is used)
api_key.tcl file with user name and Last.fm API key need to be created in the same folder with a following data:
set api_key <some_api_key>
set user <some_last_fm_user>
api_key.tcl is used by main.tcl to authorize request send to last.fm API.
To grab and save cover art use (recomended):
tclsh scanFileAndSaveCover.tcl <filename>
To grab cover art without scaning mp3 use:
tclsh getMetadata.tcl <artist> <album>
To read id3 tag (ver 1) use:
tclsh readMetadata.tcl <flename>
TclMagick is a Tcl interface to the ImageMagick library. *NOTE* - it is now officially part of the GraphicsMagick project! Look at the projects home page for more information.