Results 322 comments of SubJunk

@ik666 and @SurfaceS I used to do that until I saw files like [DLNAImage](https://github.com/UniversalMediaServer/UniversalMediaServer/blob/main/src/main/java/net/pms/dlna/DLNAImage.java) with many identically-named functions that give me a headache... that convinced me that it's better to...

@ExSport yes I agree, those will be good features too

Thanks for the report, this should be fixed. Most of our efforts for transcoding engines go into FFmpeg and MEncoder so I would recommend using those in general.

@Djdfy14 I think at the time we implemented VLC, they did not support a third party overriding their preferences. So the way to switch subtitles on/off was to change the...

I found this list of command line arguments that VLC accepts, maybe you guys can look through it and see if they support passing subtitle language overrides yet? https://wiki.videolan.org/VLC_command-line_help/

To be honest I forget we had that feature, I didn't work on it. It would be good to fix and improve it for sure

I did a search online and it seems like others have had that problem when they didn't have enough memory allocated. Do you have swap memory set up on your...

@Zishan-Rahman can you try appending ` -DskipTests` to the mvn command? That might workaround the bug

It seems likely it is related to your operating system and maybe one of our third-party dependencies interacting with each other. I say that because every pull request on here...