/soundcloud-to-newpipe

This script convert SoundCloud data into a format that NewPipe, an open-source Android media player, can understand and use.

Primary LanguageGo

SoundCloud to NewPipe Data Converter

This GitHub repository contains the source code of a GoLang-based application that converts SoundCloud data to NewPipe compatible data.

Description

This project serves as a tool to convert SoundCloud data into a format that NewPipe, an open-source Android media player, can understand and use. The project is written in Go, making it efficient and compatible with various platforms.

Installation

Ensure that you have GoLang installed on your machine. Follow the instructions here: https://golang.org/doc/install

Then, clone the repository to your local machine:

 git clone https://github.com/GineHyte/soundcloud-to-newpipe.git

Navigate into the project directory:

 cd soundcloud-to-newpipe

Usage

Windows:

.\run.ps1 [options] [output_file]

or

go run .\cmd\sc_to_np\sc_to_np.go [options] [output_file]

Contributing

Contributions are welcome! Please read the contributing guidelines before making any changes.

Feedback

If you have any feedback, please open an issue in this repository.

Authors

Acknowledgements

  • Thanks to the creators of GoLang for such an efficient language.
  • Thanks to the SoundCloud and NewPipe teams for their open APIs.