Ready to implement AI with confidence (without sacrificing security)?
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Start building today
Rent Manager Software
Landlords, multi-family homes, manufactured home communities, single family homes, associations, commercial properties and mixed portfolios.
Rent Manager is award-winning property management software built for residential, commercial, and short-term-stay portfolios of any size. The program’s fully customizable features include a double-entry accounting system, maintenance management/scheduling, marketing integration, mobile applications, more than 450 insightful reports, and an API that integrates with the best PropTech providers on the market.
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>