https://github.com/mastilver/downthespot
https://github.com/mastilver/downthespot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mastilver/downthespot
- Owner: mastilver
- Created: 2013-08-09T14:27:57.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-01-21T22:23:01.000Z (over 12 years ago)
- Last Synced: 2025-02-22T12:16:15.324Z (over 1 year ago)
- Language: PHP
- Homepage: http://downthespot.herokuapp.com/
- Size: 242 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DownTheSpot
========================
DownTheSpot is still in development.
To access the homepage on your php server: http://localhost/downthespot/web/app_dev.php
-- Add a music link prodider (website where you can find easily download link for tracks) --
- open: /var/www/downthespot/src/DownTheSpot/SiteBundle/Services/GetLink.php
- find this line (about line 20): $this->musicLinkProviderInfos = array
- add a new array in the array: [musicLinkProviderInfos] whitch content:
- 'beforeLink': the html content before the first download link
- 'afterdLink': the html content after the first download link
- generateUrl: a function which return the url of the website depends on track name and artists name.