Not directly but if you want, you can use a script:
This will add all the rock tagged stuff to the playlist. It may take some time if your directory is big.
You may want to use this script as an ExecCommand; you could assign it to F1 for instance.
Name this script findrock.sh and place it in ~/.moc/:
Make it executable:
and edit your ~/.moc/ and add this:
Now, when you press F1 in moc, moc will recursively search the folder you're in for 'rock' files.
I didn't test this so there may be a few mistakes.
(You need id3v2 utility (under debian: sudo apt-get install id3v2))
m_a_xim
Mon, 2009-11-23 23:32
Permalink
Not directly but if you want,
Not directly but if you want, you can use a script:
This will add all the rock tagged stuff to the playlist. It may take some time if your directory is big.
You may want to use this script as an ExecCommand; you could assign it to F1 for instance.
Name this script findrock.sh and place it in ~/.moc/:
Make it executable:
and edit your ~/.moc/ and add this:
Now, when you press F1 in moc, moc will recursively search the folder you're in for 'rock' files.
I didn't test this so there may be a few mistakes.
(You need id3v2 utility (under debian: sudo apt-get install id3v2))
SashaShveik
Fri, 2009-12-04 16:07
Permalink
Thank you very much! You
Thank you very much!
You wrote the good article for the faq.
I slightly modified the script:
Improvements: