-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [README.md] Description stub and History * [.gitignore] Add missed space character in comment * [README.md] Enhance table with screenshots * [flowplayer.spec] Revert part of e11649d * [build-on-tags.yml] Fix using the wrong action-branch for SFOS < 4.1.0 (#18) * [README.md] Fix table rendering by inserting ` '`s * [README.md] Optimise table spans, again * [README.md] Large screenshot subtitles * [README.md] Final screenshots-table formatting fix-up … …, hopefully. * [flowplayer.spec] Do first release for years still without `Vendor` set * [README.md] Use relative image links * Update README.md with License link * [README.md] Link issue, fix italicisation. * [README.md] Fix link: https://app.transifex.com/olf/flowplayer-1 * Add missing QImage includes. * Adjust calls for GStreamer 1.0 API. * Remove internal taglib * Use QStandardPaths instead of hardcoded paths. * Adjust some icon sizes * Remove `taglib` and `mytaglib` (#22) * Delete src/taglib directory Obsoleted by PR #19 by @dcaliste * Delete src/mytaglib directory Obsoleted by PR #19 by @dcaliste * Delete lib directory Obsoleted by PR #19 by @dcaliste * Update README.md to recent changes * Update README.md * [README.md] Fix spell'o * [flowplayer.spec] Up `version`-`release` to 0.3.0-rc1 * Update flowplayer.changes for v0.3.0 * Update flowplayer.changes --------- Co-authored-by: Damien Caliste <[email protected]>
- Loading branch information
Showing
440 changed files
with
182 additions
and
70,562 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ Makefile* | |
*.autosave | ||
*.list | ||
|
||
#QtCtreator Qml | ||
# QtCtreator Qml | ||
*.qmlproject.user | ||
*.qmlproject.user.* | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,43 @@ | ||
# FlowPlayer for SailfishOS | ||
|
||
**FlowPlayer is a music player with lyrics support, online radio and 10-band equalizer.** | ||
|
||
Features: | ||
- *<ToDo: A pull request providing a list of features will be very welcome>* | ||
|
||
<sup>Note that the ability to ... may be broken (this is [known for XXX](https://github.com/sailfishos-applications/flowplayer/issues/) ‒ currently nothing) due to API changes in recent SailfishOS releases.</sup><br /> | ||
Pull requests with fixes, improvements and enhancements are welcome! | ||
|
||
## Translating FlowPlayer (l10n / i18n) | ||
|
||
If you want to translate FlowPlayer to a language it does not support yet or improve an extant translation, please [read the translations-README](./translations#readme). | ||
|
||
## Screenshots of FlowPlayer | ||
|
||
| | | | | | ||
| --- | --- | --- | --- | | ||
| ![Music Player](https://github.com/sailfishos-applications/flowplayer/raw/master/.xdata/screenshots/screenshot-20150711134510.jpg) | ![Song list (album)](https://github.com/sailfishos-applications/flowplayer/raw/master/.xdata/screenshots/screenshot-20150711134427.jpg) | ![Album covers](https://github.com/sailfishos-applications/flowplayer/raw/master/.xdata/screenshots/screenshot-20150711134124.jpg) | ![Albums by artist](https://github.com/sailfishos-applications/flowplayer/raw/master/.xdata/screenshots/screenshot-20150711134236.jpg) | | ||
| ![Covers by artist](https://github.com/sailfishos-applications/flowplayer/raw/master/.xdata/screenshots/screenshot-20150711134206.jpg) | ![Playlists](https://github.com/sailfishos-applications/flowplayer/raw/master/.xdata/screenshots/screenshot-20150711134443.jpg) | ![FileCase cover](https://github.com/sailfishos-applications/flowplayer/raw/master/.xdata/screenshots/screenshot-20150711134615.jpg) | ![Lyrics](https://github.com/sailfishos-applications/flowplayer/raw/master/.xdata/screenshots/screenshot-20150701221204.jpg) | ||
| | | | | | ||
| :---: | :---: | :---: | :---: | | ||
| | | | | | ||
| ![Music Player](./.xdata/screenshots/screenshot-20150711134510.jpg?raw=true) | ![Song list (album)](./.xdata/screenshots/screenshot-20150711134427.jpg?raw=true) | ![Album covers](./.xdata/screenshots/screenshot-20150711134124.jpg?raw=true) | ![Albums by artist](./.xdata/screenshots/screenshot-20150711134236.jpg?raw=true) | | ||
| Music Player | Song list (album) | Album covers | Albums by artist | | ||
| | | | | | ||
| | | | | | ||
| ![Covers by artist](./.xdata/screenshots/screenshot-20150711134206.jpg?raw=true) | ![Playlists](./.xdata/screenshots/screenshot-20150711134443.jpg?raw=true) | ![FileCase's cover](./.xdata/screenshots/screenshot-20150711134615.jpg?raw=true) | ![Lyrics](./.xdata/screenshots/screenshot-20150701221204.jpg?raw=true) | ||
| Covers by artist | Playlists | FlowPlayer's cover | Lyrics | | ||
| | | | | | ||
|
||
## History of FlowPlayer | ||
|
||
The original [FlowPlayer for SailfishOS (2015 - 2016)](https://openrepos.net/content/cepiperez/flowplayer-0#content) started as a port of [FlowPlayer for MeeGo-Harmattan (2014)](https://openrepos.net/content/cepiperez/flowplayer#content). Both were solely written by [Matias Perez (CepiPerez)](https://github.com/CepiPerez). In 2021 Matias [released the source code of FlowPlayer](https://github.com/sailfishos-applications/flowplayer/commits/master?after=c4f36e1cb3a80b7c7b220a379c9bdaca3a300113+49) by creating this git repository at GitHub. | ||
|
||
In 2023 [olf (Olf0)](https://github.com/Olf0) overhauled infrastructure aspects, such as this README, a [new OpenRepos page](https://openrepos.net/content/olf/flowplayer#content), the [Transifex integration](https://github.com/sailfishos-applications/flowplayer/pull/7), making the spec file suitable for [the Sailfish-OBS](https://build.sailfishos.org/) and [the SailfishOS:Chum community repository](https://build.sailfishos.org/project/show/sailfishos:chum) etc. | ||
|
||
## Credits | ||
#### Original author | ||
[Matias Perez (CepiPerez)](https://github.com/CepiPerez) | ||
#### Contributors | ||
- [olf (Olf0)](https://github.com/Olf0) | ||
- [Damien Caliste (dcaliste)](https://github.com/dcaliste) | ||
<br /> | ||
|
||
### License: [MPL 2.0](https://spdx.org/licenses/MPL-2.0-no-copyleft-exception.html) | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,21 @@ | ||
* Mon Sep 18 2023 olf <[email protected]> - 0.1-10 | ||
- | ||
* Tue Dec 05 2023 olf <[email protected]> - 0.3.0 | ||
- Create README | ||
- Add screenshots (#3 etc.) | ||
- Overhaul RPM related files (#4 etc.) | ||
- Clean up thoroughly (#5, #6 etc.) | ||
- Add Transifex integration (#7) | ||
- Add GitHub-workflows (#8 etc.) | ||
- Create TEMPLATES (#9) | ||
- Update translations (#12, #13, #14, #15, #16) | ||
- Omit hardcoded paths to `/home/nemo` and use available icons sizes (#21) by @dcaliste | ||
- Use GStreamer 1.0 and fix compiling (#19) by @dcaliste | ||
- Remove taglib and mytaglib (#22) | ||
|
||
* Sat Apr 30 2016 Matias Perez <[email protected]> - 0.2-1 | ||
- Lost commits, only binary RPM file for armv7hl still exists. | ||
|
||
* Sun Feb 21 2016 Matias Perez <[email protected]> - 0.2-0 | ||
- Lost commits, only binary RPM file for armv7hl still exists. | ||
|
||
* Fri Nov 06 2015 Matias Perez <[email protected]> - 0.1-9 | ||
- Added search artist image option | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.