Can we have a mechanism to prevent checking remote sites for a particular album review (or for a particular set)? I guess I could do it by putting in a blank review file in each album folder but better would be to be able to (perhaps by a set of regex) exclude certain albums.
I suggest this only because I have a number of albums that I know will never be reviewed because they are my own radio show recordings. It probably does no harm for the lookup to fail - but being able to avoid them completely might be kinder to the remote sites that host the genuine reviews. Imagine I have a set of recordings of a radio show called "Interesting Radio Programme" and I store them like albums - with the album title of Interesting Radio Programme - 1973/12/25 Interesting Radio Programme - 1974/01/01 Interesting Radio Programme - 1974/01/08 Then I could prevent reviews by having a regex that looks for "^Interesting Radio Programme - " If I had a different radio show called "Different Show" where I used the same scheme ... then I could have one regex that matched them both ... " - [1-2][0-9][0-9][0-9]/[0-1][0-9]/[0-3][0-9]$" with little chance that it would match others ... and with little consequence if it did. Paul Webster http://dabdig.blogspot.com Author Radio France (FIP etc) plugin ------------------------------------------------------------------------ Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105 View this thread: http://forums.slimdevices.com/showthread.php?t=99537 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
