Download the PHP package hashandsalt/kirby-gilmour without Composer
On this page you can find all versions of the php package hashandsalt/kirby-gilmour. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hashandsalt/kirby-gilmour
More information about hashandsalt/kirby-gilmour
Files in hashandsalt/kirby-gilmour
Package kirby-gilmour
Short Description Kirby 3 Gilmour Plugin for working with files iwth ID3 tags
License MIT
Informations about the package kirby-gilmour
Kirby Gilmour : Work Audio file ID3 Data
A small plugin to with ID3 tags on audio files.
Features:
- File method for querying the file directly and getting the info straight from the ID tag.
- File hook that pulls the most useful into into a file meta on upload. This is quicker to retrieve later.
- Capable of ripping the Album Cover image embedded in the tag and storing it as a file in the panel (Oh yes!).
Commercial Usage
This plugin is free but if you use it in a commercial project please consider to
Installation
Download
Download and copy this repository to /site/plugins/kirby-gilmour
.
Composer
How to use Gilmour
First, of course, you need some audio files on your page, and optionally, setup a files blueprint to store data. You can use the one in the plugin by extending it into your own blueprints, or just copy it and use it as a starting point.
The following information will be available:
- album
- artist
- title
- track
- composer
- genre
- year
- duration
Ripping Cover art
You can toggle the generation of album cover artwork, and set the blueprint for cover art images by adding the following options to your config:
Usage
You can use the file method to get the data directly from an audio file:
Or you can use the data fetched by the hook:
To get the cover art image:
Loop through some files getting the data directly:
Loop through some files getting the data from meta:
Why is it called Gilmour?
There is only one guitarist in the world and his name is David Gilmour.
License
MIT