new app com.android.music

This commit is contained in:
David Black 2013-06-22 13:28:34 +01:00
parent cc24f7be13
commit fd2300fbf5
3 changed files with 32 additions and 2 deletions

View file

@ -0,0 +1,27 @@
Category:Multimedia
License:Apache2
Web Site:
Source Code:https://android.googlesource.com/platform/packages/apps/Music
Issue Tracker:https://code.google.com/p/android/issues/list
Summary:The stock audio player
Description:
The stock Android music player; the version name corresponds to the tag at
which it was built.
Although the interface hasn't changed since the Gingerbread days, the code
has got a steady stream of bug-fixes and translations.
It is good for playing streams and audio files from the file manager.
.
Repo Type:git
Repo:https://android.googlesource.com/platform/packages/apps/Music.git
Build Version:android-4.2.2_r1.2,1,android-4.2.2_r1.2,\
target=android-17,prebuild=sed -i '18 i android:versionCode=\"1\"\n\
android:versionName=\"android-4.2.2_r1.2\"' AndroidManifest.xml && rm -rf tests
Auto Update Mode:None
Update Check Mode:Static
Current Version:android-
Current Version Code:1

View file

@ -8,8 +8,10 @@ Auto Name:MicDroid
Summary:Pitch correct your voice
Description:
Produces the pitch correction effect made famous by T-Pain.
It's based on the AutoTalent pitch-correcting LADSPA plugin, by Tom Baran.
There isn't an integrated audio player so you might want to launch
the audio files in /sdcard/MicDroid with a music player such as
[[com.android.music]].
A proprietary ad library was removed.
.

View file

@ -13,7 +13,8 @@ app or go to popular search engines. If you have a Scrobbler like
can detect
what you are listening to and search for the lyrics automatically.
The app is also able
to detect what the stock Android Music app is playing, without a Scrobbler.
to detect what the stock Music app ([[com.android.music]])
is playing, without a Scrobbler.
.
Repo Type:git