https://github.com/kadrim/songpile
Songpile - A tool to find and download your favourite music
https://github.com/kadrim/songpile
linux macos music songs windows
Last synced: 5 months ago
JSON representation
Songpile - A tool to find and download your favourite music
- Host: GitHub
- URL: https://github.com/kadrim/songpile
- Owner: kadrim
- License: gpl-3.0
- Created: 2022-11-12T06:13:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T08:04:52.000Z (over 3 years ago)
- Last Synced: 2023-07-21T05:58:06.302Z (almost 3 years ago)
- Topics: linux, macos, music, songs, windows
- Language: TypeScript
- Homepage:
- Size: 5.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Songpile
[](https://github.com/kadrim/Songpile/actions/workflows/windows.yml)
[](https://github.com/kadrim/Songpile/actions/workflows/ubuntu.yml)
[](https://github.com/kadrim/Songpile/actions/workflows/macos.yml)
Songpile - A tool to find and download your favourite music
## Installation
Download the Setup-File for your system from the [latest releases](https://github.com/kadrim/Songpile/releases/latest) and run it. The program itself has auto-updates enabled, so whenever a new version is released, it will be installed automatically.
## Compiling
At the time of writing, this package needs at least [nodejs](https://nodejs.org/) v16
To compile a binary for your currently running system, simply run these commands:
```bash
npm install
npm run electron:build
```
## Cookies
If Youtube blocks the download you need to Login to Youtube and extract all cookies for `.youtube.com` into a file called `cookies.json` with the following format:
```
[
{
"domain": ".youtube.com",
"name": "xxx",
"value": "xxx",
"path": "/",
"httpOnly": true,
"expirationDate": 0,
"hostOnly": false,
"sameSite": "no_restriction",
"secure": true
}
]
```
## Disclaimer
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.