Do not issue any bug reports against versions earlier than 3.5.4 they will be closed.
Furthermore, we cannot accept bugs about metadata or art handling in 3.5.4 due to the large number of bugs that have been fixed since then. 3.5.4 in general is becoming less supportable, and it is suggested to try to reproduce the bug in the latest nightly.
Before submitting a bug please read http://ampache.org/wiki/support:bugs failure to do so may delay resolution of your report.
Furthermore, we cannot accept bugs about metadata or art handling in 3.5.4 due to the large number of bugs that have been fixed since then. 3.5.4 in general is becoming less supportable, and it is suggested to try to reproduce the bug in the latest nightly.
Before submitting a bug please read http://ampache.org/wiki/support:bugs failure to do so may delay resolution of your report.
FS#30 - Update Ampache-Ratings out of POPU-Tag
Attached to Project:
Ampache
Opened by Karl Vollmer (vollmerk) - Friday, 19 February 2010, 07:46 GMT-8
Last edited by Karl Vollmer (vollmerk) - Friday, 19 February 2010, 19:49 GMT-8
Opened by Karl Vollmer (vollmerk) - Friday, 19 February 2010, 07:46 GMT-8
Last edited by Karl Vollmer (vollmerk) - Friday, 19 February 2010, 19:49 GMT-8
|
Detailshere my first working version. I will improve the script to be fully automatic, just to get some comments/notes.
#!/bin/bash if [ -d "$1" ] then find "$1" -type f -name '*.mp3' -print0 | xargs -0 -I{} php /var/www/musik/bin/export_rating_tag.inc '{}' fi |
This task depends upon
Closed by Karl Vollmer (vollmerk)
Friday, 19 February 2010, 19:49 GMT-8
Reason for closing: Won't implement
Additional comments about closing: Script is buggy / incomplete. archived here but up to someone else to finish it.
Friday, 19 February 2010, 19:49 GMT-8
Reason for closing: Won't implement
Additional comments about closing: Script is buggy / incomplete. archived here but up to someone else to finish it.
ampache.txt