Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamband/songclip-plus
Saves the current stream title of iTunes internet radio
https://github.com/jamband/songclip-plus
internet-radio itunes music php yii
Last synced: 3 months ago
JSON representation
Saves the current stream title of iTunes internet radio
- Host: GitHub
- URL: https://github.com/jamband/songclip-plus
- Owner: jamband
- License: mit
- Archived: true
- Created: 2018-07-07T03:40:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T12:15:18.000Z (almost 4 years ago)
- Last Synced: 2024-07-30T21:07:32.132Z (6 months ago)
- Topics: internet-radio, itunes, music, php, yii
- Language: PHP
- Homepage:
- Size: 251 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# songclip-plus
songclip-plus is web application edition of [songclip](https://github.com/jamband/songclip).
(including CLI application)![png](https://jamband.github.io/images/songclip-plus.png)
## Requirements
- MacOS >= Yosemite
- PHP >= 7.2.0
- Composer
- Node.js (npm) 12.x
- SQLite 3
- iTunes## Usage
```
git clone https://github.com/jamband/songclip-plus.git
cd songclip-plus
composer run dev
# or composer run dev-cli-only
cp .env.example .env
touch db/app.db
php yii migrate
php yii serve
```and access http://localhost:8080/ on web browser.