Skip to content

Commit

Permalink
gen fake metadata for gplay
Browse files Browse the repository at this point in the history
for i in $(find fastlane/metadata/android -maxdepth 1); do for j in full_description.txt short_description.txt title.txt; do echo -n "$i/$j "; if test -f $i/$j; then echo good; else echo bad; cp $i/../en-US/$j $i/$j; fi; done; done
  • Loading branch information
nift4 committed Oct 30, 2024
1 parent 72d2670 commit 3a2fd9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/metadata/android/fa-IR/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>Gramophone is an offline, local music player that can play .mp3, .flac, .ogg, .opus, .m4a, .mka and .wav files.<br><br>- Material You themed<br>- First-class .lrc lyrics support<br>- Now Playing color theme based on album cover (optional)<br>- SD card support<br>- Uses MediaStore to quickly access music database<br>- Natural sorting and various sorting options<br>- "Enhanced album cover" feature for higher quality album covers (OPTIONAL)<br>- Supports excluding folders from Music list<br>- Read-only Playlist support<br>- Supports using System/third-party Equalizer apps<br>- Support list and grid view<br>- Shuffle is truly random and plays all songs<br>- Supports folder and filesystem browsing<br>- Supports search<br><br>If you face any issues, feel free to open an issue at our GitHub page: <a href="https://github.com/AkaneTan/Gramophone/issues">https://github.com/AkaneTan/Gramophone/issues</a><br><br>If you have any security-related or otherwise confidential comments, please email: nift4dev [@] gmail [.] com<br><br>Gramophone is open source and released under the GPLv3.0 or later license. We thank all contributors and translators! <a href="https://github.com/AkaneTan/Gramophone">https://github.com/AkaneTan/Gramophone</a><br><br>You can help translate Gramophone to your language: <a href="https://hosted.weblate.org/engage/gramophone/">https://hosted.weblate.org/engage/gramophone/</a><br><br>Note: Gramophone supports the "enhanced album covers" feature. This feature needs the "Photos and videos" permission. This feature is ENTIRELY OPTIONAL and DISABLED BY DEFAULT. We do NOT upload any data anywhere. Your photos are not used, the permission is ONLY used to DISPLAY album covers. That's it.<br><br>Note: not all file formats will work on all devices. For more information, please refer to <a href="https://developer.android.com/media/media3/exoplayer/supported-formats#progressive-container">https://developer.android.com/media/media3/exoplayer/supported-formats#progressive-container</a> and <a href="https://developer.android.com/media/platform/supported-formats#audio-formats">https://developer.android.com/media/platform/supported-formats#audio-formats</a><br><br>Note: Gramophone is completely offline. It does not support downloading or streaming music. It will only play music files on your device. It cannot bypass copy protection.<br><br>Note: Our privacy policy is available at <a href="https://foedusprogramme.github.io/org/privacy.html">https://foedusprogramme.github.io/org/privacy.html</a></p>

0 comments on commit 3a2fd9b

Please sign in to comment.