https://github.com/abertschi/soundfish
Soundcloud port for SailfishOS
https://github.com/abertschi/soundfish
Last synced: about 2 months ago
JSON representation
Soundcloud port for SailfishOS
- Host: GitHub
- URL: https://github.com/abertschi/soundfish
- Owner: abertschi
- Created: 2015-05-26T22:51:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-24T13:22:01.000Z (about 9 years ago)
- Last Synced: 2025-02-01T09:22:43.034Z (4 months ago)
- Size: 21.5 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
Development stopped. Similar project at https://github.com/lukedirtwalker/musikloud2/tree/sailfish_port
# soundfish
> A Soundcloud port for SailfishOS
## Basic concept
- Qt5, QML and Python app featuring native SailfishOS UI
- Reuse QML components of Cutespotify https://github.com/lukedirtwalker/cutespotify
- Prefer pyotherside with Python 3 to C++
- [SoundCloud dev page](https://developers.soundcloud.com/)## Getting Started
### Download Python API's
```
pip3 install soundcloud --target=/path-to-proj/third
```## Community
SailfishOS still lacks a native port of Soundcloud.- There was another project launched [here](https://github.com/rollator/sound-for-fish) but app is still in very early development.
- There is a community discussion thread [here](https://together.jolla.com/question/66652/soundcloud-sailfish-os-application/?comment=93982#comment-93982) referring to the above project.## Contributing
Help is always very welcome. Contribute to the project by filing an issue or forking and submitting a pull request.
See [Contributing.md](https://github.com/abertschi/soundfish/blob/master/CONTRIBUTING.md).