uploading the new files to fastlane
3
.gitignore
vendored
|
@ -8,3 +8,6 @@
|
|||
/captures
|
||||
keystore.jks
|
||||
keystore.properties
|
||||
fastlane/fastlane.json
|
||||
Gemfile
|
||||
Gemfile.lock
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Simple Music Player
|
||||
<img alt="Logo" src="fastlane/metadata/android/en-US/images/icon.png" width="120" />
|
||||
<img alt="Logo" src="graphics/icon.png" width="120" />
|
||||
|
||||
A simple music player easily controllable from the status bar, home screen widget or by hardware buttons on your headset. It provides all expected functions like sorting in various ways as well as changing the Equalizer. Listen to your favorite mp3, other songs or podcasts with this free beautiful music player.
|
||||
|
||||
|
@ -40,7 +40,7 @@ https://www.reddit.com/r/SimpleMobileTools
|
|||
<a href='https://f-droid.org/packages/com.simplemobiletools.musicplayer'><img src='https://simplemobiletools.com/images/button-f-droid.png' alt='Get it on F-Droid' height=45 ></a>
|
||||
|
||||
<div style="display:flex;">
|
||||
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg" width="30%">
|
||||
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/2.jpg" width="30%">
|
||||
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/3.jpg" width="30%">
|
||||
<img alt="App image" src="fastlane/metadata/android/en-GB/images/phoneScreenshots/1_en-GB.jpeg" width="30%">
|
||||
<img alt="App image" src="fastlane/metadata/android/en-GB/images/phoneScreenshots/2_en-GB.jpeg" width="30%">
|
||||
<img alt="App image" src="fastlane/metadata/android/en-GB/images/phoneScreenshots/3_en-GB.jpeg" width="30%">
|
||||
</div>
|
||||
|
|
2
fastlane/Appfile
Normal file
|
@ -0,0 +1,2 @@
|
|||
json_key_file("fastlane/fastlane.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
|
||||
package_name("com.simplemobiletools.musicplayer") # e.g. com.krausefx.app
|
38
fastlane/Fastfile
Normal file
|
@ -0,0 +1,38 @@
|
|||
# This file contains the fastlane.tools configuration
|
||||
# You can find the documentation at https://docs.fastlane.tools
|
||||
#
|
||||
# For a list of all available actions, check out
|
||||
#
|
||||
# https://docs.fastlane.tools/actions
|
||||
#
|
||||
# For a list of all available plugins, check out
|
||||
#
|
||||
# https://docs.fastlane.tools/plugins/available-plugins
|
||||
#
|
||||
|
||||
# Uncomment the line if you want fastlane to automatically update itself
|
||||
# update_fastlane
|
||||
|
||||
default_platform(:android)
|
||||
|
||||
platform :android do
|
||||
desc "Runs all the tests"
|
||||
lane :test do
|
||||
gradle(task: "test")
|
||||
end
|
||||
|
||||
desc "Submit a new Beta Build to Crashlytics Beta"
|
||||
lane :beta do
|
||||
gradle(task: "clean assembleRelease")
|
||||
crashlytics
|
||||
|
||||
# sh "your_script.sh"
|
||||
# You can also use other beta testing services here
|
||||
end
|
||||
|
||||
desc "Deploy a new version to the Google Play"
|
||||
lane :deploy do
|
||||
gradle(task: "clean assembleRelease")
|
||||
upload_to_play_store
|
||||
end
|
||||
end
|
BIN
fastlane/metadata/android/ar/images/phoneScreenshots/1_ar.jpeg
Normal file
After Width: | Height: | Size: 272 KiB |
BIN
fastlane/metadata/android/ar/images/phoneScreenshots/2_ar.jpeg
Normal file
After Width: | Height: | Size: 236 KiB |
BIN
fastlane/metadata/android/ar/images/phoneScreenshots/3_ar.jpeg
Normal file
After Width: | Height: | Size: 253 KiB |
BIN
fastlane/metadata/android/ar/images/phoneScreenshots/4_ar.jpeg
Normal file
After Width: | Height: | Size: 166 KiB |
Before Width: | Height: | Size: 1 MiB After Width: | Height: | Size: 1 MiB |
Before Width: | Height: | Size: 815 KiB After Width: | Height: | Size: 815 KiB |
Before Width: | Height: | Size: 1 MiB After Width: | Height: | Size: 1 MiB |
Before Width: | Height: | Size: 815 KiB After Width: | Height: | Size: 815 KiB |
0
fastlane/metadata/android/ar/video.txt
Normal file
|
@ -4,4 +4,14 @@ Widgeti ehtiva edir hansı ki, siz oradan yazı rəngini, həmçinin, alfanı v
|
|||
|
||||
Lazımsız reklam və ya icazə mövcud deyil. Tamamilə açıqlisanslıdır, rəng dəyişmə parametrləri var.
|
||||
|
||||
Bu, böyük bir tətbiq seriyasının yalnız bir hissəsidir. Digər tətbiqləri buradan əldə edə bilərsiniz https://www.simplemobiletools.com
|
||||
Check out the full suite of Simple Tools here:
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
Facebook:
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
Reddit:
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
|
||||
Telegram:
|
||||
https://t.me/SimpleMobileTools
|
1
fastlane/metadata/android/az-AZ/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Təmiz musiqi pleyeri a sərin bir widget, şık interfeys, reklam yoxdur
|
1
fastlane/metadata/android/az-AZ/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Sadə Musiqi Çalar
|
0
fastlane/metadata/android/az-AZ/video.txt
Normal file
|
@ -1 +0,0 @@
|
|||
Dəyişdirilə bilən widgetli, təmiz bir musiqi çalar.
|
|
@ -1 +0,0 @@
|
|||
Sadə Musiqi Çalar
|
61
fastlane/metadata/android/bg/full_description.txt
Normal file
|
@ -0,0 +1,61 @@
|
|||
🎧 Listen to your music with No Ads 🎧
|
||||
We know very well how important your time is. That is the reason we don't put Ads in our app. Ads are annoying, and people hate ads. Simple like that.
|
||||
|
||||
Simple Music Player is focused on one thing, enjoy your music without any distraction. Use our app while you are relaxed at home, working, or maybe while you are driving in your car.
|
||||
|
||||
The best part about it is FREE to install.
|
||||
|
||||
You can bring your music everywhere: walking on the streets, hiking on the mountain, even to the moon. This MP3 Player is offline, which means you don't need the internet to use it.
|
||||
|
||||
Moreover, Simple Music Player has a unique battery-saving feature. Due to our new technology, you will not have to worry anymore about running out of battery during the day. Play your music without a hitch with this smart music player.
|
||||
|
||||
👉 What are you waiting for to download it and enjoy your music without Ads?
|
||||
|
||||
Control your music from the status bar, widget, or hardware buttons on your headphones. It has never been so easy to handle.
|
||||
|
||||
In addition, you can customize the widget. Change the text and background colors for easy access and control.
|
||||
|
||||
Listen to your favorite mp3, other audio songs, or podcasts with this free beautiful music player. Put your style on the app customizing the interface colors.
|
||||
|
||||
You can program which track/music you want to fall asleep with through the sleep timer feature. Maybe jazz, chill, zen, even nature sounds, select which one suits you the best from your music. And, enjoy your dreams!
|
||||
|
||||
Raise the level of quality of sound with our equalizer. This audio player gives you the chance to change the music effects according to the type of music you listen to (Classic, Pop, Rock, Dance, Techno, Latino, Flat, etc.). Even according to the speakers you have (Headphone, Stereo, Surround and many more). Now, you will have the power of the sounds in your ears.
|
||||
|
||||
Simple Music Player gives you also the chance to make your music list inside the app. Create and manage your playlist as you desire. You can take your songs from your phone and SD card. Furthermore, you can add folders easily.
|
||||
|
||||
This player supports the shuffle, repeating a particular song, skipping, and forwarding. Mix the music like a professional DJ.
|
||||
|
||||
Don't you like how the song is labeled? Edit it as you prefer, modify the name of the songs, artists, groups, etc.
|
||||
|
||||
Features
|
||||
⭐️ Nice and beautiful interface
|
||||
⭐️ Color customization
|
||||
⭐️ Battery Saver
|
||||
⭐️ Sleep timer
|
||||
⭐️ Powerful Equalizer with a handful of presets
|
||||
⭐️ Playback widget
|
||||
⭐️ Playlist management
|
||||
⭐️ Multi-language
|
||||
⭐️ File properties management
|
||||
⭐️ Songs label management
|
||||
⭐️ Privacy
|
||||
⭐️ Sharing music
|
||||
|
||||
|
||||
👉 We take the privacy of our users very seriously. We don't share any information with others.
|
||||
|
||||
Install Simple Music Player NOW❗️
|
||||
|
||||
🎧 Enjoy the music with no Ads 🎧
|
||||
|
||||
Check out the full suite of Simple Tools here:
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
Facebook:
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
Reddit:
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
|
||||
Telegram:
|
||||
https://t.me/SimpleMobileTools
|
1
fastlane/metadata/android/bg/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Clean music player with a customizable widget, sleep timer, battery saver
|
0
fastlane/metadata/android/bg/video.txt
Normal file
|
@ -1 +1 @@
|
|||
Reproductor de música amb un giny personalitzable, temporitzador de son i estalvi de bateria
|
||||
Reproductor de música amb un giny personalitzable, temporitzador de son
|
0
fastlane/metadata/android/ca/video.txt
Normal file
|
@ -4,4 +4,14 @@ Obsahuje přizpůsobitelný widget, kterému můžete upravit barvu textu a tak
|
|||
|
||||
Neobsahuje žádné reklamy ani nepotřebná oprávnění. Má otevřený zdrojový kód a možnost změny barev.
|
||||
|
||||
Tato aplikace je jen jednou ze sady aplikací. Ostatní si můžete prohlédnout na https://www.simplemobiletools.com
|
||||
Check out the full suite of Simple Tools here:
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
Facebook:
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
Reddit:
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
|
||||
Telegram:
|
||||
https://t.me/SimpleMobileTools
|
1
fastlane/metadata/android/cs-CZ/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Lehký hudební přehrávač pěkný widget se stylovým rozhraním, žádné reklamy
|
1
fastlane/metadata/android/cs-CZ/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Jednoduchý hudební přehrávač
|
0
fastlane/metadata/android/cs-CZ/video.txt
Normal file
|
@ -1 +0,0 @@
|
|||
Jednoduchý hudební přehrávač s přizpůsobitelným widgetem na plochu.
|
|
@ -1 +0,0 @@
|
|||
Jednoduchý hudební přehrávač
|
35
fastlane/metadata/android/de-DE/full_description.txt
Normal file
|
@ -0,0 +1,35 @@
|
|||
Ein einfacher Musik-Player, der einfach über die Statusleiste, das Startbildschirm-Widget oder über Hardwaretasten Ihres Headsets gesteuert werden kann. Es bietet alle erwarteten Funktionen wie das Sortieren auf verschiedene Arten sowie das Ändern des Equalizers. Hören Sie Ihre Lieblings-MP3s, andere Songs oder Podcasts mit diesem kostenlosen, wunderschönen Musik-Player. Dieser MP3-Player verfügt außerdem über eine einzigartige Funktion des Batteriesparers. Sie müssen sich keine Sorgen mehr über den Akku machen, den die von Ihnen abgespielte Musik verbraucht. Spielen Sie mit diesem Musiksparer problemlos Musik.
|
||||
|
||||
Es bietet exklusive Extras wie Suchen und Anzeigen von Albumcover, einen Sleep-Timer und viele andere Einstellungen. Mit diesem eleganten Musik-Player können Sie praktische Wiedergabelisten nach Ihren Wünschen erstellen und verwalten. Mit all diesen einzigartigen Einstellungen gibt Ihnen diese App auch eine leichte Hand auf Ihren Akku. Die in dieser App verwendete Batteriespartechnologie ist bemerkenswert und wurde von allen Benutzern dieser App gemocht. Dieser MP3-Player spielt Musik mit Surround-Sound ab und gibt Ihnen die Freiheit, diese App zu verwenden, wie Sie möchten.
|
||||
|
||||
Wiedergabelisten werden in diesem MP3-Player vollständig unterstützt. Sie können entweder einzelne Dateien oder ganze Ordner hinzufügen. Wenn Ihnen eine Datei nicht gefällt, können Sie sie entweder einfach aus einer Wiedergabeliste entfernen oder die eigentliche Datei ganz löschen. Mit diesem Musik-Player können Sie Ihre Musikliste nach Ihren Wünschen verwalten.
|
||||
|
||||
Kommt mit einem praktischen Sleep-Timer, so dass Sie die Zeit des Herunterfahrens der App zuverlässig verzögern können. Diese Funktion hat keinen Einfluss auf das Batterie-Timing, da Sie mit der Batteriesparfunktion diese App verwenden können, ohne sich Sorgen machen zu müssen, dass der Akku Ihres Geräts entladen wird. Im Gegensatz zu anderen Musik-Playern spielt dieser MP3-Player Musik ab, wobei mindestens die anderen Ressourcen für die Implementierung der Batteriespartechnologie verwendet werden.
|
||||
|
||||
Unterstützt sowohl das Mischen als auch das Wiederholen eines bestimmten Songs sowie das Überspringen und den schnellen Vorlauf. Genieße deine Musik wie du willst. Formen Sie diesen Player und spielen Sie Musik entsprechend Ihrer Stimmung und holen Sie das Beste aus Ihnen heraus. Dieser MP3-Player gibt Ihnen die Freiheit, Hintergrundfarben und Texturen zu ändern.
|
||||
|
||||
Erhältlich in vielen verschiedenen Sprachen, bietet mehrere verschiedene Equalizer. Mit dem Equalizer in diesem Batteriesparmodus können Sie die Musikeffekte entsprechend der Position ändern, an der Sie sich gerade befinden. Sie können den Equalizer auf Stereo, Surround-Sound und vieles mehr einstellen.
|
||||
|
||||
Überprüfen Sie einfach die Eigenschaften einer Datei wie Größe, Dauer, zuletzt geänderte Änderungen usw.
|
||||
|
||||
Ändern Sie die EXIF-Daten der Datei wie den Songtitel und den Interpreten.
|
||||
|
||||
Teilen Sie Dateien schnell mit Ihren Freunden in sozialen Netzwerken, E-Mails oder an einem beliebigen Ort. Sie können Ihre Musikdateien freigeben, ohne sie irgendwo anders zu durchsuchen. Teilen Sie sie einfach hier und lassen Sie Ihre Geschlossenen die Magie Ihres Musikgeschmacks hören.
|
||||
|
||||
Dieser elegante Musik-Player enthält ein Widget mit anpassbarer Textfarbe, Alpha und Hintergrundfarbe für einfachen Zugriff und Kontrolle.
|
||||
|
||||
Es behandelt auch die Absichten von Drittanbietern für die Wiedergabe einzelner Audiodateien, sodass es auch beim Einstellen von Klingeltönen hilfreich sein kann.
|
||||
|
||||
Enthält keine Anzeigen oder unnötigen Berechtigungen. Es ist vollständig OpenSource und bietet anpassbare Farben.
|
||||
|
||||
Sehen Sie sich hier die vollständige Suite der einfachen Tools an:
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
Facebook:
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
Reddit:
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
|
||||
Telegram:
|
||||
https://t.me/SimpleMobileTools
|
After Width: | Height: | Size: 702 KiB |
After Width: | Height: | Size: 1 MiB |
After Width: | Height: | Size: 846 KiB |
After Width: | Height: | Size: 420 KiB |
After Width: | Height: | Size: 1 MiB |
After Width: | Height: | Size: 803 KiB |
After Width: | Height: | Size: 1 MiB |
After Width: | Height: | Size: 803 KiB |
1
fastlane/metadata/android/de-DE/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Ermöglicht das abspielen von Audiodateien, Musik und das erstellen von Playlists
|
1
fastlane/metadata/android/de-DE/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Schlichter Musik-Player
|
0
fastlane/metadata/android/de-DE/video.txt
Normal file
|
@ -1,7 +0,0 @@
|
|||
Ein schlichter Musik-Player, der ganz einfach über die Benachrichtigungsleiste, das Homescreen Widget oder die Tasten an deinem Headset gesteuert werden kann. Du kannst alle Songs nach Titel oder Künstler sortieren und den Equalizer anpassen. Das Filtern nach Künstler oder Album wird noch nicht unterstützt, bleib dran!
|
||||
|
||||
Die App beinhaltet ein Widget mit anpassbarer Textfarbe, Transparenz und Hintergrundfarbe.
|
||||
|
||||
Beinhaltet keine Werbung oder unnötige Berechtigungen. Sie ist komplett Open Source, alle verwendeten Farben sind anpassbar.
|
||||
|
||||
Diese App ist nur eine aus einer größeren Serie von schlichten Apps. Der Rest davon findet sich auf https://www.simplemobiletools.com
|
|
@ -1 +0,0 @@
|
|||
Ein schlichter Musik-Player mit anpassbarem Widget, ganz ohne Werbung.
|
|
@ -1 +0,0 @@
|
|||
Schlichter Musik-Player
|
37
fastlane/metadata/android/el-GR/full_description.txt
Normal file
|
@ -0,0 +1,37 @@
|
|||
Ένα απλό πρόγραμμα αναπαραγωγής μουσικής που ελέγχεται εύκολα από τη γραμμή κατάστασης, το widget αρχικής οθόνης ή από τα κουμπιά υλικού του ακουστικού σας. Παρέχει όλες τις αναμενόμενες λειτουργίες όπως την ταξινόμηση με διάφορους τρόπους καθώς και την αλλαγή του ισοσταθμιστή. Ακούστε τα αγαπημένα σας mp3, άλλα τραγούδια ή podcasts με αυτό το δωρεάν όμορφο music player.
|
||||
|
||||
Προσφέρει αποκλειστικά πρόσθετα όπως την Αναζήτηση και προβολή αρχείων άλμπουμ, χρονοδιακόπτη ύπνου και πολλές άλλες ρυθμίσεις. Αυτό το κομψό πρόγραμμα αναπαραγωγής μουσικής σας επιτρέπει να δημιουργείτε και να διαχειρίζεστε εύχρηστα playlist όπως θέλετε.
|
||||
|
||||
Οι λίστες αναπαραγωγής υποστηρίζονται πλήρως. Μπορείτε να προσθέσετε είτε μεμονωμένα αρχεία είτε ολόκληρους φακέλους. Αν δεν θα σας αρέσει ένα αρχείο, μπορείτε είτε να το αφαιρέσετε από μια λίστα αναπαραγωγής είτε να διαγράψετε ολόκληρο το αρχείο.
|
||||
|
||||
Παρέχεται με έναν εύχρηστο χρονοδιακόπτη ύπνου, ώστε να μπορείτε να ρυθμίσετε αξιόπιστα τον χρόνο τερματισμού της εφαρμογής.
|
||||
|
||||
Υποστηρίζει και τυχαία αναπαραγωγή και την επανάληψη ενός συγκεκριμένου τραγουδιού, καθώς και παράβλεψη και γρήγορη προώθηση.
|
||||
|
||||
Διαθέσιμο σε πολλές διαφορετικές γλώσσες, διαθέτει πολλαπλούς διαφορετικούς ισοσταθμιστές.
|
||||
|
||||
Ελέγξτε εύκολα τις ιδιότητες ενός αρχείου όπως το μέγεθος, τη διάρκεια, την τελευταία τροποποίηση κ.λ.π.
|
||||
|
||||
Τροποποιήστε τα δεδομένα EXIF του αρχείου, όπως τίτλο και καλλιτέχνη.
|
||||
|
||||
Γρήγορη κοινή χρήση αρχείων με τους φίλους σας σε κοινωνικά δίκτυα, email ή οπουδήποτε θέλετε.
|
||||
|
||||
Αυτό το κομψό μουσικό πρόγραμμα περιέχει ένα γραφικό στοιχείο με προσαρμόσιμο χρώμα κειμένου, άλφα, χρώμα του φόντου για εύκολη πρόσβαση και έλεγχο.
|
||||
|
||||
Διαχειρίζεται σωστά τις προτιμήσεις τρίτων για την αναπαραγωγή μεμονωμένων αρχείων ήχου, ώστε μπορεί να βοηθήσει και στη ρύθμιση των ήχων κλήσης.
|
||||
|
||||
Διατίθεται με σχεδίαση υλικού και σκούρο θέμα από προεπιλογή, παρέχει εξαιρετική εμπειρία χρήστη για εύκολη χρήση. Η έλλειψη πρόσβασης στο διαδίκτυο σάς παρέχει περισσότερο απόρρητο, ασφάλεια και σταθερότητα από ότι άλλες εφαρμογές.
|
||||
|
||||
Δεν περιέχει διαφημίσεις ή περιττές άδειες. Είναι πλήρως ανοιχτού κώδικα, και παρέχει προσαρμόσιμα χρώματα.
|
||||
|
||||
Δείτε την πλήρη σειρά των Απλών Εργαλείων εδώ:
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
Facebook:
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
Reddit:
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
|
||||
Telegram:
|
||||
https://t.me/SimpleMobileTools
|
1
fastlane/metadata/android/el-GR/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Ένας καθαρός player με προσαρμόσιμο widget, όμορφη σχεδίαση & χωρίς διαφημίσεις
|
1
fastlane/metadata/android/el-GR/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Απλός Music Player
|
0
fastlane/metadata/android/el-GR/video.txt
Normal file
|
@ -1,7 +0,0 @@
|
|||
Ένας Music Player με εύκολη ρύθμιση από τη γραμμή κατάστασης, το Γραφικό στοιχείο της αρχικής οθόνης ή από τα κουμπιά στα ακουστικά σας. Μπορείτε να ταξινομήσετε τα κομμάτια κατά τίτλο ή καλλιτέχνη, καθώς και να αλλάξετε τον ισοσταθμιστή. Δεν υποστηρίζει ακόμα φιλτράρισμα κατά καλλιτέχνη ή άλμπουμ, μείνετε συντονισμένοι!
|
||||
|
||||
Περιέχει ένα Γραφικό στοιχείο με προσαρμόσιμο χρώμα κειμένου, άλφα και χρώμα φόντου.
|
||||
|
||||
Δεν περιέχει διαφημίσεις ή περιττές άδειες. Είναι πλήρως ανοιχτού κώδικα, και παρέχει προσαρμόσιμα χρώματα.
|
||||
|
||||
Αυτή η εφαρμογή είναι μόνο ένα μέρος μιας σειράς εφαρμογών. Μπορείτε να βρείτε τις υπόλοιπες στο https://www.simplemobiletools.com
|
|
@ -1 +0,0 @@
|
|||
Ένας καθαρός Music Player με προσαρμόσιμο Γραφικό στοιχείο.
|
|
@ -1 +0,0 @@
|
|||
Απλός Music Player - Οτι καλύτερος για μουσική
|
61
fastlane/metadata/android/en-GB/full_description.txt
Normal file
|
@ -0,0 +1,61 @@
|
|||
🎧 Listen to your music with No Ads 🎧
|
||||
We know very well how important your time is. That is the reason we don't put Ads in our app. Ads are annoying, and people hate ads. Simple like that.
|
||||
|
||||
Simple Music Player is focused on one thing, enjoy your music without any distraction. Use our app while you are relaxed at home, working, or maybe while you are driving in your car.
|
||||
|
||||
The best part about it is FREE to install.
|
||||
|
||||
You can bring your music everywhere: walking on the streets, hiking on the mountain, even to the moon. This MP3 Player is offline, which means you don't need the internet to use it.
|
||||
|
||||
Moreover, Simple Music Player has a unique battery-saving feature. Due to our new technology, you will not have to worry anymore about running out of battery during the day. Play your music without a hitch with this smart music player.
|
||||
|
||||
👉 What are you waiting for to download it and enjoy your music without Ads?
|
||||
|
||||
Control your music from the status bar, widget, or hardware buttons on your headphones. It has never been so easy to handle.
|
||||
|
||||
In addition, you can customize the widget. Change the text and background colors for easy access and control.
|
||||
|
||||
Listen to your favorite mp3, other audio songs, or podcasts with this free beautiful music player. Put your style on the app customizing the interface colors.
|
||||
|
||||
You can program which track/music you want to fall asleep with through the sleep timer feature. Maybe jazz, chill, zen, even nature sounds, select which one suits you the best from your music. And, enjoy your dreams!
|
||||
|
||||
Raise the level of quality of sound with our equalizer. This audio player gives you the chance to change the music effects according to the type of music you listen to (Classic, Pop, Rock, Dance, Techno, Latino, Flat, etc.). Even according to the speakers you have (Headphone, Stereo, Surround and many more). Now, you will have the power of the sounds in your ears.
|
||||
|
||||
Simple Music Player gives you also the chance to make your music list inside the app. Create and manage your playlist as you desire. You can take your songs from your phone and SD card. Furthermore, you can add folders easily.
|
||||
|
||||
This player supports the shuffle, repeating a particular song, skipping, and forwarding. Mix the music like a professional DJ.
|
||||
|
||||
Don't you like how the song is labeled? Edit it as you prefer, modify the name of the songs, artists, groups, etc.
|
||||
|
||||
Features
|
||||
⭐️ Nice and beautiful interface
|
||||
⭐️ Color customization
|
||||
⭐️ Battery Saver
|
||||
⭐️ Sleep timer
|
||||
⭐️ Powerful Equalizer with a handful of presets
|
||||
⭐️ Playback widget
|
||||
⭐️ Playlist management
|
||||
⭐️ Multi-language
|
||||
⭐️ File properties management
|
||||
⭐️ Songs label management
|
||||
⭐️ Privacy
|
||||
⭐️ Sharing music
|
||||
|
||||
|
||||
👉 We take the privacy of our users very seriously. We don't share any information with others.
|
||||
|
||||
Install Simple Music Player NOW❗️
|
||||
|
||||
🎧 Enjoy the music with no Ads 🎧
|
||||
|
||||
Check out the full suite of Simple Tools here:
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
Facebook:
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
Reddit:
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
|
||||
Telegram:
|
||||
https://t.me/SimpleMobileTools
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
After Width: | Height: | Size: 674 KiB |
After Width: | Height: | Size: 1 MiB |
After Width: | Height: | Size: 820 KiB |
After Width: | Height: | Size: 423 KiB |
After Width: | Height: | Size: 1,018 KiB |
After Width: | Height: | Size: 810 KiB |
After Width: | Height: | Size: 1,018 KiB |
After Width: | Height: | Size: 810 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
1
fastlane/metadata/android/en-GB/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Clean music player with a customizable widget, sleep timer, battery saver
|
1
fastlane/metadata/android/en-GB/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Simple Music Player: Play MP3
|
0
fastlane/metadata/android/en-GB/video.txt
Normal file
61
fastlane/metadata/android/en-IN/full_description.txt
Normal file
|
@ -0,0 +1,61 @@
|
|||
🎧 Listen to your music with No Ads 🎧
|
||||
We know very well how important your time is. That is the reason we don't put Ads in our app. Ads are annoying, and people hate ads. Simple like that.
|
||||
|
||||
Simple Music Player is focused on one thing, enjoy your music without any distraction. Use our app while you are relaxed at home, working, or maybe while you are driving in your car.
|
||||
|
||||
The best part about it is FREE to install.
|
||||
|
||||
You can bring your music everywhere: walking on the streets, hiking on the mountain, even to the moon. This MP3 Player is offline, which means you don't need the internet to use it.
|
||||
|
||||
Moreover, Simple Music Player has a unique battery-saving feature. Due to our new technology, you will not have to worry anymore about running out of battery during the day. Play your music without a hitch with this smart music player.
|
||||
|
||||
👉 What are you waiting for to download it and enjoy your music without Ads?
|
||||
|
||||
Control your music from the status bar, widget, or hardware buttons on your headphones. It has never been so easy to handle.
|
||||
|
||||
In addition, you can customize the widget. Change the text and background colors for easy access and control.
|
||||
|
||||
Listen to your favorite mp3, other audio songs, or podcasts with this free beautiful music player. Put your style on the app customizing the interface colors.
|
||||
|
||||
You can program which track/music you want to fall asleep with through the sleep timer feature. Maybe jazz, chill, zen, even nature sounds, select which one suits you the best from your music. And, enjoy your dreams!
|
||||
|
||||
Raise the level of quality of sound with our equalizer. This audio player gives you the chance to change the music effects according to the type of music you listen to (Classic, Pop, Rock, Dance, Techno, Latino, Flat, etc.). Even according to the speakers you have (Headphone, Stereo, Surround and many more). Now, you will have the power of the sounds in your ears.
|
||||
|
||||
Simple Music Player gives you also the chance to make your music list inside the app. Create and manage your playlist as you desire. You can take your songs from your phone and SD card. Furthermore, you can add folders easily.
|
||||
|
||||
This player supports the shuffle, repeating a particular song, skipping, and forwarding. Mix the music like a professional DJ.
|
||||
|
||||
Don't you like how the song is labeled? Edit it as you prefer, modify the name of the songs, artists, groups, etc.
|
||||
|
||||
Features
|
||||
⭐️ Nice and beautiful interface
|
||||
⭐️ Color customization
|
||||
⭐️ Battery Saver
|
||||
⭐️ Sleep timer
|
||||
⭐️ Powerful Equalizer with a handful of presets
|
||||
⭐️ Playback widget
|
||||
⭐️ Playlist management
|
||||
⭐️ Multi-language
|
||||
⭐️ File properties management
|
||||
⭐️ Songs label management
|
||||
⭐️ Privacy
|
||||
⭐️ Sharing music
|
||||
|
||||
|
||||
👉 We take the privacy of our users very seriously. We don't share any information with others.
|
||||
|
||||
Install Simple Music Player NOW❗️
|
||||
|
||||
🎧 Enjoy the music with no Ads 🎧
|
||||
|
||||
Check out the full suite of Simple Tools here:
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
Facebook:
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
Reddit:
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
|
||||
Telegram:
|
||||
https://t.me/SimpleMobileTools
|
1
fastlane/metadata/android/en-IN/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Clean music player with a customizable widget, stylish interface
|
1
fastlane/metadata/android/en-IN/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Simple Music Player: Play MP3
|
0
fastlane/metadata/android/en-IN/video.txt
Normal file
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 168 KiB |
After Width: | Height: | Size: 674 KiB |
Before Width: | Height: | Size: 214 KiB |
After Width: | Height: | Size: 1 MiB |
Before Width: | Height: | Size: 192 KiB |
After Width: | Height: | Size: 820 KiB |
Before Width: | Height: | Size: 108 KiB |
After Width: | Height: | Size: 423 KiB |
Before Width: | Height: | Size: 273 KiB |
Before Width: | Height: | Size: 244 KiB |
Before Width: | Height: | Size: 255 KiB |
Before Width: | Height: | Size: 172 KiB |
Before Width: | Height: | Size: 134 KiB |
Before Width: | Height: | Size: 236 KiB |
Before Width: | Height: | Size: 95 KiB |
Before Width: | Height: | Size: 150 KiB |
Before Width: | Height: | Size: 124 KiB |
After Width: | Height: | Size: 1,018 KiB |
After Width: | Height: | Size: 810 KiB |
After Width: | Height: | Size: 1,018 KiB |
After Width: | Height: | Size: 810 KiB |
|
@ -1 +1 @@
|
|||
Simple Music Player
|
||||
Simple Music Player: Play MP3
|
0
fastlane/metadata/android/en-US/video.txt
Normal file
35
fastlane/metadata/android/es-419/full_description.txt
Normal file
|
@ -0,0 +1,35 @@
|
|||
Un sencillo reproductor de música fácilmente controlable desde la barra de estado, el widget de la pantalla de inicio o mediante los botones de hardware de los auriculares. Proporciona todas las funciones esperadas, como ordenar de varias formas, así como cambiar el ecualizador. Escuche su mp3 favorito, otras canciones o podcasts con este hermoso reproductor de música gratuito. Este reproductor de mp3 también tiene una característica única de ahorro de batería. No tiene que preocuparse más por la batería consumida por la música que toca. Reproduzca música sin problemas con este reproductor de música que ahorra batería.
|
||||
|
||||
Ofrece extras exclusivos como Buscar y mostrar la carátula del álbum, un temporizador de apagado y muchas otras configuraciones. Este elegante reproductor de música le permite crear y administrar útiles listas de reproducción como desee. Con todas estas configuraciones únicas, esta aplicación también te ayuda a controlar la batería. La tecnología de ahorro de batería utilizada en esta aplicación es notable y ha gustado a todos los usuarios de esta aplicación. Este reproductor de mp3 reproduce música con sonido envolvente mientras te da la libertad de usar esta aplicación como quieras.
|
||||
|
||||
Las listas de reproducción son totalmente compatibles con este reproductor de mp3. Puede agregar archivos individuales o carpetas completas. Si no le gusta un archivo, puede simplemente eliminarlo de una lista de reproducción o eliminar el archivo real por completo. Este reproductor de música le brinda opciones para administrar su lista de música de acuerdo con su gusto.
|
||||
|
||||
Viene con un práctico temporizador de apagado para que pueda retrasar de manera confiable el tiempo de apagado de la aplicación. Esta función nunca afectará el tiempo de la batería, ya que con la función de ahorro de batería, puede usar esta aplicación sin preocuparse de que se agote la batería de su dispositivo. A diferencia de cualquier otro reproductor de música, este reproductor de mp3 reproduce música mientras usa los otros recursos como mínimo para implementar la tecnología de ahorro de batería.
|
||||
|
||||
Admite tanto la reproducción aleatoria como la repetición de una canción en particular, así como el salto y el avance rápido. Disfruta tu música como quieras. Moldea este reproductor y reproduce música de acuerdo a tu estado de ánimo y saca lo mejor de ti. Este reproductor de mp3 te da la libertad de cambiar los colores y texturas de fondo.
|
||||
|
||||
Disponible en muchos idiomas diferentes, ofrece múltiples ecualizadores diferentes. El ecualizador de este ahorrador de batería le da autoridad para cambiar los efectos de la música de acuerdo con el lugar en el que se encuentre actualmente. Puede configurar el ecualizador en estéreo, sonido envolvente y muchos más.
|
||||
|
||||
Verifique fácilmente las propiedades de un archivo como el tamaño, la duración, la última modificación, etc.
|
||||
|
||||
Modifique los datos EXIF del archivo como el título de la canción y el artista.
|
||||
|
||||
Comparta archivos rápidamente con sus amigos en redes sociales, correos electrónicos o en cualquier lugar que desee. Puede compartir sus archivos de música sin buscarlos en ningún otro lugar. Solo compártelos aquí y deja que tus más cerrados escuchen la magia de tu gusto musical.
|
||||
|
||||
Este elegante reproductor de música contiene un widget con color de texto personalizable, alfa y el color del fondo para un fácil acceso y control.
|
||||
|
||||
También maneja correctamente las intenciones de terceros para reproducir archivos de audio individuales, por lo que también puede ayudar a configurar los tonos de llamada.
|
||||
|
||||
Viene con diseño de material y tema oscuro de forma predeterminada, brinda una excelente experiencia de usuario para un uso fácil.
|
||||
|
||||
Consulte el conjunto completo de herramientas simples aquí:
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
Facebook:
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
Reddit:
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
|
||||
Telegram:
|
||||
https://t.me/SimpleMobileTools
|
After Width: | Height: | Size: 420 KiB |
After Width: | Height: | Size: 504 KiB |
After Width: | Height: | Size: 485 KiB |