> I tried to dig further around the weird difference between these three > servers. > My theory is that the module loading order could influence this behaviour.
> I am tempted to conclude that vorbis and flac_ogg only work if they are loaded > _after_ opus. But this is just wild guessing. This looks interesting. While I can not make a full test right now, I can tell that on the "non working" system the opus plugin is loaded before the ogg plugin. > Sadly I did not find a way to enforce a specific order of file entries in > a directory It appears the the order is determined by and dependant on the filesystem in use. The only way to force a specific order would probably be to implement some FUSE overlay filesystem (e.g. using the perl CPAN module which allows to do that) which fixes the order before returning it. I'm inclined to just implement that for a test, it should be quite easy. Kind regards, Juliane -- It's an insane world, but i'm proud to be a part of it. -- Bill Hicks ------------------------------------------------------------------------------ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
