Posts: 10.553
Threads: 57
Joined: May 2017
in your screenshot oggenc has the wrong rights, also read my previous post about the rights
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 785
Threads: 16
Joined: Mar 2020
Maybe just keep Hybrid in plain zip/dmg?
(21.09.2020, 04:37)l33tmeatwad Wrote: lol... Permissions is not some advanced coder stuff, it's basic user level info. The default should be not to keep permissions if I recall correctly, just wanted to make sure you didn't change that.
Yes, totally basic info
Any user know that this binary file should be - rwx r-x r-x and that binary file should not be be - rwx r-x r-x
Posts: 10.553
Threads: 57
Joined: May 2017
21.09.2020, 11:26
(This post was last modified: 21.09.2020, 11:43 by Selur.)
got it:
MacOS/modules folder needs: 755 as rights.
Same for TimeTimeCubeFiles folder.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 785
Threads: 16
Joined: Mar 2020
Yes they look different than other folders, so must be a mistake
Posts: 10.553
Threads: 57
Joined: May 2017
21.09.2020, 13:28
(This post was last modified: 21.09.2020, 13:29 by Selur.)
So, the main road block seems to be that mplayer&mencoder binaries are quite dated and Hybrid needs binaries with at least
- libxvid: for Xvid encoding
- libbluray: for dvd support
- libass: for text subtitle handling
- up-to-date libav: for basic decoding
Since MPlayer is used for
- normal Crop-/Chapter-/Subtitle-Preview
- some times audio extraction
- source analysis
MEncoder is used for:
- DVD handling
- audio-, subtitle, extraction
:/
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 785
Threads: 16
Joined: Mar 2020
Xvid encoding
Not sure if it affect something but seems luts from
https://github.com/FranceBB/LinearTransformation also have two types of different permissions. Also few luts from that collection are missing in Hybrid TimeCube flder. Probably they where updated at github not so long time ago.
Also it appears that all that time in my collection was useful app for changing permissions
http://lagentesoft.com/batchmod/
P.S. They also have special edition to match Hybrid UI:
Posts: 785
Threads: 16
Joined: Mar 2020
I add Waifu2x-w2xc to "Plugins for Hybrid v2.pkg" test version.
Manual installation of that filter is total disaster, but with PKG it now became single click installation.
https://drive.google.com/drive/folders/1...sp=sharing
Posts: 10.553
Threads: 57
Joined: May 2017
21.09.2020, 16:39
(This post was last modified: 21.09.2020, 16:43 by Selur.)
Quote:P.S. They also have special edition to match Hybrid UI:
Good for them, they use the icon in a different way then I do in Hybrid,...
So may be you finally found someone who will write you a tool that does what you want with a graphical user interface the way you want it.
I'm happy for you.
Quote:Not sure if it affect something but seems luts from https://github.com/FranceBB/LinearTransformation also have two types of different permissions.
When using the installer, the files need at least read rights for the group that the user is in at is running Hybrid and it's tools.
'-rw-r--r--'(0644) should be enough for the files.
Quote: Also few luts from that collection are missing in Hybrid TimeCube flder. Probably they where updated at github not so long time ago.
Probably, I don't really keep track of them since I don't really use TimeCube that often.
FranceBB show cases new LUTs usually over at doom9s (
FranceBB LUT Collection-thread).
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 785
Threads: 16
Joined: Mar 2020
dylibs in folders "modules" and "lib" use '-rwx------'
Same time other dylibs use '-rwxr-xr-x'
Is this also mistake?
Posts: 17
Threads: 0
Joined: Sep 2020
It's interesting that the permissions were so messed up, but my guess it that the installer stripped local user permissions out which made it not work because the base permissions were messed up, however it did work for you from the dmg before since your local permissions were maintained. These features would have been broken for other users who downloaded it with the dmg too, but they probably never touched the features that were broken. Anyways, no matter what the issue was, it's good to fix these things before distribution.