feat(auto): browse and play local music folders in Android Auto [size:exception]
Phase 1: pick a device folder via SAF (persisted grant, no new permission), browse its nested subfolders/tracks as a 5th Android Auto root folder (hidden until configured), and play tracks through the existing pipeline (EQ, art rotation, cold-start-safe source). No metadata/sort/filter/shuffle yet -- filename is the title, generic rotating art is the placeholder; deferred to a follow-up phase. Adds a new pluriwave/file_actions native method (listAudioChildren) and an onActivityResult override in MainActivity for the SAF folder picker -- both static-review-only, no Android build available here.
This commit is contained in:
+14
-1
@@ -656,5 +656,18 @@
|
||||
"eqDeviceNameLabel": "اسم الجهاز",
|
||||
"eqDeviceNameHint": "مثال: مكبر صوت غرفة المعيشة",
|
||||
"eqDeviceNameConfirm": "حفظ",
|
||||
"eqDeviceConnected": "متصل"
|
||||
"eqDeviceConnected": "متصل",
|
||||
"localMusicSectionTitle": "الموسيقى المحلية (Android Auto)",
|
||||
"localMusicSectionDescription": "اختر مجلدًا على هذا الجهاز لتصفح ملفاته الصوتية وتشغيلها من السيارة.",
|
||||
"localMusicFolderNotConfigured": "لم يتم تحديد مجلد",
|
||||
"localMusicFolderTitle": "مجلد الموسيقى المحلية",
|
||||
"localMusicChoosePath": "اختيار مجلد",
|
||||
"localMusicChangePath": "تغيير المجلد",
|
||||
"localMusicFolderUpdated": "تم تحديث مجلد الموسيقى المحلية",
|
||||
"localMusicFolderSaveError": "تعذّر حفظ المجلد: {error}",
|
||||
"@localMusicFolderSaveError": {
|
||||
"placeholders": {
|
||||
"error": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user