Michael Krieger
Michael Krieger
In a similar strain, I have another video file with a: DTS 5.1 main track (default) AAC stereo commentary track Jellyfin androidtv displays that it’s doing the main 5.1 track...
@DavidFair Just installed the 0.13.0beta3 debug (that was just released a few days ago). > (transcoding was enabled) When there is clearly a AC3 track (or in this case a...
I opened #1460 for the mixed up audio track issue, as that seems to be its own issue in this beta. The tracks are correctly labeled in the web version...
To summarize (as I seem to have thought aloud for much of this): 1. JF on this device should be passing through the first audio track rather than trying to...
This issue seems to still be relevant. 10.8.1 server and the latest 0.13.7 client. 1. If transcoding is enabled, on this video file, it plays both the TrueHD and DTS-HD...
Would appear that it just needs 'basedir' (the full path do the storage root directory) and the ini file should be in the format needed by [parse_ini_file](https://www.php.net/manual/en/function.parse-ini-file.php). It is passed...
Still of issue.
This seems to work for checking stashdb, but it doesn't seem to be obeyed on many scrapers ( via the 'Scrape With...' button or by clicking the download button next...
This is a bug. install.php has ``` $other_errors[] = update_chmod_emails(); $other_errors[] = chmod_main_files(); ``` and each of those functions returns null to indicate success (or no errors encountered). So other_errors,...