Alex'

Results 56 comments of Alex'

I just noticed you're running on an old VideoStation version, they may have changed the behavior of `@eaDir` because the video thumbnails are working fine (both Movies and Series episodes)...

It's the latest available for your DSM version, but updating to DSM 7.1 allows you to update VideoStation to 3.0.3

Could you provide me these files please, so I can compare them before and after the patch: - `/var/packages/VideoStation/target/lib/libsynovte.so` - `/var/packages/VideoStation/target/lib/libsynovte.so.orig` If you want, you can copy them to the...

@EngMarc > Just checked and my libraries are not the same as referenced in your patcher.sh script. Here's mine: libavcodec.so.58 libavdevice.so.58 libavfilter.so.7 libavformat.so.58 libavutil.so.56 libpostproc.so.55 libswresample.so.3 libswscale.so.5 Yes, these files...

The best way to look into bin files is to use disassemblers / decompilers (reverse engineering tools), I'm currently reversing `ffmpeg27` (it's the one I have on a DS218Play) on...

No, I wasn't aware of that tool, have you tried to use the `--activate_codec` so far ?

From what I see in the code of `synocodectool`, it's very limited, you can only choose between those packages: ```cpp local_8 = __stack_chk_guard; if (param_1 != (char *)0x0) { memset(auStack4104,0,0x1000);...

`synocodectool` only read/writes JSON to the `activation.json` file, it's not accessing any other directory. Except making an httprequest to `https://codecstatistic.synology.com/codec_feedback.php` (probably for Synology analytics) I'm searching for any clue in...

If you mean that part: >libavcodec.so.58 libavdevice.so.58 libavfilter.so.7 libavformat.so.58 libavutil.so.56 libpostproc.so.55 libswresample.so.3 libswscale.so.5 No it's okay, thanks, I'm on latest DSM 7 version too, the files used by the patcher...