Not dim - you have come across bug 5718. If you disable a conversion -
SC will not let you enable it.
The following is a patch for the file
Slim/Web/Settings/Server/FileTypes.pm. Although it works - it will not
be the final patch.
Code:
--------------------
Index: FileTypes.pm
===================================================================
--- FileTypes.pm (revision 13775)
+++ FileTypes.pm (working copy)
@@ -40,7 +40,16 @@
my $formatslistref = Slim::Player::TranscodingHelper::Conversions();
foreach my $profile (sort {$a cmp $b} (grep {$_ !~ /transcode/} (keys
%{$formatslistref}))) {
+ if ($paramRef->{$profile} eq 'DISABLED') {
+ push @disabled, $profile;
+ }
+ }
+ $prefs->set('disabledformats', [EMAIL PROTECTED]);
+ my @disabled = ();
...
--------------------
Until you fix this - can't be sure what the AlienBBC problem is.
--
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=39460
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins