https://github.com/shysaur/chiptunemdimporter
Spotlight plugin for importing chiptune files.
https://github.com/shysaur/chiptunemdimporter
chiptune-files macos spotlight-plugin
Last synced: about 2 months ago
JSON representation
Spotlight plugin for importing chiptune files.
- Host: GitHub
- URL: https://github.com/shysaur/chiptunemdimporter
- Owner: shysaur
- License: gpl-2.0
- Created: 2015-10-18T19:57:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-23T21:14:41.000Z (almost 7 years ago)
- Last Synced: 2025-01-21T15:32:09.593Z (over 1 year ago)
- Topics: chiptune-files, macos, spotlight-plugin
- Language: C++
- Size: 193 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
ChiptuneImporter
================
**ChiptuneImporter** is a [Spotlight](https://en.wikipedia.org/wiki/Spotlight_%28software%29)
plugin for importing metadata (like title, copyright, artist...) from chiptune
files.
Features
--------
The plugin supports the following file formats:
- sid
- nsf
- gbs
- spc
- Most of the *sf formats (2sf, gsf, psf, psf2, usf...)
Note that metadata of existing files will not appear immediately after the
plugin is installed, because Spotlight has to reindex them all first.
### Supported OS X versions
QLWindowsApps was tested on OS X Mavericks and later (included OS X El Capitan).
Copyright & License
-------------------
ChiptuneImporter is copyright (c) 2014-2015 Daniele Cattaneo.
The SPC code from SNESamp is copyright (c) 2001-2008 Alpha-II Productions.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/).