jonnymnemo wrote:Hi Madevil !
Flac still doesn't work for me !
I had to revert to the previous deb.
I would be happy to help if you need more details.
i hope i found the bug, because the dependency beetween transcoding and player is broken.
to fix this go to your
db.view and insert the query below.
- Code: Select all
delete from player_transcoding2;
insert into player_transcoding2(player_id, transcoding_id)
select distinct p.id, t.id from player p, transcoding2 t where t.name <> 'SubWiji';
After this all player/user should have there transcoding selection active and the transcoding should work.
best regards