Need to be able to use UTF-8 playlists


Question

DISCLAIMER


I am aware that asking after an app to accomplish a task is generally off-topic here. If the solution to this question involves an app that's great, but this is mostly about unicode-aware playlists on Android.


Without further ado...


I regularly use OS X (iTunes) at home, linux at work, and an android phone. I would like to be able to share playlists across devices, and even wrote a little command line utility to convert iTunes XML playlists to m3u8/xspf and correct the file paths depending on the target machine.


But there's a couple of catches:



  1. My music collection is fairly large (~27 GB) and I have yet to find any syncing software (e.g. doubletwist) that doesn't keel over and die. So I need to keep this stuff in sync manually, no automagic (unless it actually works).



  2. I have a number of files who's names contain Spanish characters, Norwegian characters, or Japanese kanji, so the playlist has to be in a format that recognizes UTF characters (i.e. m3u8 over m3u).



  3. I could care less about what format gets used, assuming it has a spec I am more than willing to write code to convert to it.




My stuff I've already done works fine for linux (VLC media player does fine), but VLC android doesn't seem to deal with unicode-aware playlists, nor does doubletwist cloud player.


Searching around the internet has found things mostly related to streaming lists (I don't care about streaming at all), usually pertain to video (I only care about music), or are about libraries one would use writing an android music player (which I'd prefer to avoid). I also see alot of questions here on android SE about timestamps, play counts, and other bells and whistles I don't really care about, I just want my playlists to work.


Does anyone know any way (player, syncher, whatever) to get unicode-aware music playlists working on android reading the local filesystem (which AFAIK is unicode-aware)?


*PS if it matters, HTC M8 running Marshmellow.


Answer

It turns out that vlc and doubletwist cloud player can read unicode in .m3u file extensions just fine (even though they theoretically shouldn't), but only if the strings have been normalized to not use the combining character codes for inflections.


Topics


2D Engines   3D Engines   9-Patch   Action Bars   Activities   ADB   Advertisements   Analytics   Animations   ANR   AOP   API   APK   APT   Architecture   Audio   Autocomplete   Background Processing   Backward Compatibility   Badges   Bar Codes   Benchmarking   Bitmaps   Bluetooth   Blur Effects   Bread Crumbs   BRMS   Browser Extensions   Build Systems   Bundles   Buttons   Caching   Camera   Canvas   Cards   Carousels   Changelog   Checkboxes   Cloud Storages   Color Analysis   Color Pickers   Colors   Comet/Push   Compass Sensors   Conferences   Content Providers   Continuous Integration   Crash Reports   Credit Cards   Credits   CSV   Curl/Flip   Data Binding   Data Generators   Data Structures   Database   Database Browsers   Date &   Debugging   Decompilers   Deep Links   Dependency Injections   Design   Design Patterns   Dex   Dialogs   Distributed Computing   Distribution Platforms   Download Managers   Drawables   Emoji   Emulators   EPUB   Equalizers &   Event Buses   Exception Handling   Face Recognition   Feedback &   File System   File/Directory   Fingerprint   Floating Action   Fonts   Forms   Fragments   FRP   FSM   Functional Programming   Gamepads   Games   Geocaching   Gestures   GIF   Glow Pad   Gradle Plugins   Graphics   Grid Views   Highlighting   HTML   HTTP Mocking   Icons   IDE   IDE Plugins   Image Croppers   Image Loaders   Image Pickers   Image Processing   Image Views   Instrumentation   Intents   Job Schedulers   JSON   Keyboard   Kotlin   Layouts   Library Demos   List View   List Views   Localization   Location   Lock Patterns   Logcat   Logging   Mails   Maps   Markdown   Mathematics   Maven Plugins   MBaaS   Media   Menus   Messaging   MIME   Mobile Web   Native Image   Navigation   NDK   Networking   NFC   NoSQL   Number Pickers   OAuth   Object Mocking   OCR Engines   OpenGL   ORM   Other Pickers   Parallax List   Parcelables   Particle Systems   Password Inputs   PDF   Permissions   Physics Engines   Platforms   Plugin Frameworks   Preferences   Progress Indicators   ProGuard   Properties   Protocol Buffer   Pull To   Purchases   Push/Pull   QR Codes   Quick Return   Radio Buttons   Range Bars   Ratings   Recycler Views   Resources   REST   Ripple Effects   RSS   Screenshots   Scripting   Scroll Views   SDK   Search Inputs   Security   Sensors   Services   Showcase Views   Signatures   Sliding Panels   Snackbars   SOAP   Social Networks   Spannable   Spinners   Splash Screens   SSH   Static Analysis   Status Bars   Styling   SVG   System   Tags   Task Managers   TDD &   Template Engines   Testing   Testing Tools   Text Formatting   Text Views   Text Watchers   Text-to   Toasts   Toolkits For   Tools   Tooltips   Trainings   TV   Twitter   Updaters   USB   User Stories   Utils   Validation   Video   View Adapters   View Pagers   Views   Watch Face   Wearable Data   Wearables   Weather   Web Tools   Web Views   WebRTC   WebSockets   Wheel Widgets   Wi-Fi   Widgets   Windows   Wizards   XML   XMPP   YAML   ZIP Codes