darkfeline / cantata

Automatically exported from code.google.com/p/cantata
GNU General Public License v3.0
0 stars 0 forks source link

Move current playlist to mtp device? #607

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi , how are you craigD?

got a new nexus 6 and discovered the only software on arch that actually works 
flawlessly is...cantata! :)
what libraries are you using for this btw, this works great while all other 
solution seem to fail 

so anyway here is my report/request:

Which version of Cantata? svn
Which build? KDE, Qt4, Qt5, Windows, Ubuntu, Mac?
arch
What steps will reproduce the problem?
1.add files to play queue pane
2.there dosent seem to be a right click to add to mtp device like in static 
playlists

What is the expected output? What do you see instead?
would be great to have an option (if possible) to add current play queue to 
mobile device

thx alot

Z

Original issue reported on code.google.com by ikl...@gmail.com on 26 Dec 2014 at 7:56

GoogleCodeExporter commented 9 years ago
If you are able to mount your mtp device, you could use my script mpd-ps, which 
copies all audio files from the current playlist to a target directory, 
inclusive audio art and optional flac->mp3/ogg transcoding. 

https://github.com/vibee/mpd-ps

Original comment by herrvong...@gmail.com on 14 Jan 2015 at 12:43

GoogleCodeExporter commented 9 years ago

Original comment by craig.p....@gmail.com on 16 Jan 2015 at 7:38

GoogleCodeExporter commented 9 years ago
Implemented in trunk (for 1.6.0) now. I've added a 'Copy To Device' context 
menu entry, which will copy the selected tracks. To copy all tracks in the 
playqueue, you first need to select them all. I thought about just doing a copy 
all (i.e. no selection required), but then this would be inconsistent with the 
artists/albums/playlists view.

Original comment by craig.p....@gmail.com on 7 Feb 2015 at 7:57