tblancher / pymazon

Automatically exported from code.google.com/p/pymazon
Other
0 stars 0 forks source link

Add MP3 Uploader Capability #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by rickr...@gmail.com on 3 Apr 2011 at 9:42

GoogleCodeExporter commented 8 years ago
what?

Original comment by SCColbert@gmail.com on 4 Apr 2011 at 3:56

GoogleCodeExporter commented 8 years ago
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 comment by rickr...@gmail.com on 4 Apr 2011 at 12:01

GoogleCodeExporter commented 8 years ago
This would be a nice enhancement. Amazon recently added the Cloud Player, and 
gives users the option to save their music there from the store. Pymazon works 
very well downloading files from the player, but uploading is only supported in 
Win/Mac, or the user's cloud drive.

Original comment by jon.l.co...@gmail.com on 12 Jun 2011 at 12:23