-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QUESTION] Playlists #148
Comments
That's a tough one. I don't have a Spark and am unlikely to get one, so someone else would have to provide details of how the playlists are transferred to the watch. |
I figured out an approach this morning that works. The watch is mounted as
a drive and I can manually put files on it. I'm not sure what mounts it,
but I have both the TomTom debian package and ttwatch installed and running
daemons. Thanks for following up.
…On Mar 2, 2018 05:20, "Ryan Binns" ***@***.***> wrote:
That's a tough one. I don't have a Spark and am unlikely to get one, so
someone else would have to provide details of how the playlists are
transferred to the watch.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#148 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADmLcfCEeflSLS4IfoazHkVdWKtcB4sOks5taRz6gaJpZM4SZNYc>
.
|
Indeed, on my windows PC the storage for music is mounted as a removable storage.
Looking at the actual directories as mounted, I see m3u8 playlist files, which are not mentioned in the 0x00880000 file /MySportsConnect/Music/masterplaylist.m3u8
/MySportsConnect/Music/playlist001/PLAYLIST.m3u8
/MySportsConnect/Music/playlist003/PLAYLIST.m3u8
The m3u8 files are UTF-8 encoded version of m3u standard; https://en.wikipedia.org/wiki/M3U I don't know whether the masterplaylist is according to the spec: according to wikipedia the 1st line of a m3u file must be '#EXTM3U', which it isn't apparently. (the '04 Loven Me.mp3' is delivered on the watch by TomTom, I cannot remember how I copied the canto ostinato files: directly or via the TomTom MySports application; I guess the latter) |
I have tended to copy/paste songs into a new folder in /MySportsConnect/Music and then opened them all in Amarok (music player), then exporting the current playlist as an M3U8 and saving it in the directory. Then I need to update the master playlist with a link to the newly created playlist. It's a bit or work but it's doable. I'm sure the process could be automated somehow. |
Thanks much for ttwatch. Is there any chance that support for putting playlists on the Spark 3 could be added?
The text was updated successfully, but these errors were encountered: