You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just found out that non-mkv files that are passed as arguments will not have the resulting remuxed file filtered/tagged. The reason is that the find command only uses the argument list $@ as starting points, and because the corresponding mkv-file is not in that list it will get passed over.
The text was updated successfully, but these errors were encountered:
For now, the fix is in the less_bash branch but it shouldn't be too hard to do similarly on master, I am just not in the mood right now. ;-)
BTW, that new function is basically all that needs to remain of the functionality, IMHO. Only take a list of files, or maybe even just one, as argument(s) and do away with the "recursive" mode, as suggested in PR #12. Maybe remuxing can stay, but I don't really see the point. mkvrg is in the tagging business and should stay in its lane. ;-) Do one thing.
I just found out that non-mkv files that are passed as arguments will not have the resulting remuxed file filtered/tagged. The reason is that the
find
command only uses the argument list$@
as starting points, and because the corresponding mkv-file is not in that list it will get passed over.The text was updated successfully, but these errors were encountered: