Ticket #180 (new feature)

Opened 5 months ago

Last modified 3 months ago

rsync list next to batch download

Reported by: derby604@gmail.com Assigned to: vollmerk
Priority: minor Milestone:
Component: Interface Design Version:
Keywords: rsync playlist Cc:

Description

When I choose playlists and I can see the list of playlists. How can I create a button next to the batch download button?

My button will run a query and print out or download a list of all the files in the playlist with their full paths. I can then take this list and rsync them to another machine. I prefer rsync because batch download takes too long on my server.

The query:

SELECT s.file INTO OUTFILE '/tmp/result.txt' LINES TERMINATED BY '\n' FROM song s LEFT JOIN playlist_data pd ON s.id = pd.object_id LEFT JOIN playlist p ON p.id = pd.playlist WHERE p.id = $playlist_id;

Attachments

Change History

06/02/08 23:58:12 changed by vollmerk

I'm a little confused about the goal of this. Why not just rsync the entire collection? It seems labor intensive to do this. Have you tried downsampling?


Add/Change #180 (rsync list next to batch download)