You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the "Amazon Cloud Service", you need to add MP3 Uploader capability for
whole albums.
I.E. local -> cloud. Right now, the browser uploader is one song at time. No
albums!
https://www.amazon.com/gp/dmusic/mp3/player?ie=UTF8&*Version*=1&ref_=dm_amp_abw&
*entries*=0&#songs
displaySystemIncompatibleDialog: function () {
var dialogMessage = amznMusic.strings.get("dmusic_uploader_system_incompatible_message") || "The Amazon MP3 Uploader only supports Microsoft Windows (XP, Vista, 7) or Mac OS X running on Intel-based hardware.";
var dialogAlternative = amznMusic.strings.get("dmusic_uploader_incompatible_alternate", {linkStart: '<a href="' + amznMusic.clouddriveUrl + '" target="_blank">', linkEnd: '</a>'}) || "You may also upload music using _Amazon Cloud Drive_.";
var title = amznMusic.strings.get("dmusic_uploader_system_incompatible_title") || "Unsupported Hardware or Operating System";
var okText = amznMusic.strings.get('dmusic_btn_ok');
var dialogHtml = "<p>" + dialogMessage + "</p><p>" + dialogAlternative + '</p><div><a href="#ok" class="buttons primary ok"><span class="decoration left"> </span><span class="decoration buttonCenter">' + okText + '</span><span class="decoration right"> </span></a></div>';
No linux!!!!!
Original issue reported on code.google.com by [email protected] on 10 Apr 2011 at 8:58
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 10 Apr 2011 at 8:58The text was updated successfully, but these errors were encountered: