VergilGao / docker-mdc

https://github.com/yoshiko2/Movie_Data_Capture 的 docker镜像,帮助你更优雅的管理硬盘中的大姐姐们。
GNU General Public License v3.0
558 stars 94 forks source link

Add environment variable ESCAPE_LITERALS #14

Closed frosty5689 closed 3 years ago

frosty5689 commented 3 years ago

Linux系统支持很多特殊符号,在Windows系统下用SMB看的话就是乱七八糟的。这个把escape literal改成可以设置就可以去除Windows不支持的符号了。

VergilGao commented 3 years ago

原来这个是这么用的。 看来要把上传到docker hub的ci单独抽出来。

frosty5689 commented 3 years ago

所以说为啥报错啊?😂

最近刚改用GitHub CI啊?

On Tue., Dec. 1, 2020, 18:03 羽先生, notifications@github.com wrote:

Merged #14 https://github.com/VergilGao/docker-avdc/pull/14 into master.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/VergilGao/docker-avdc/pull/14#event-4060048796, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA7UPS4KSJHTJGKVBJ2CYCTSSWN5VANCNFSM4UJLMBBA .

VergilGao commented 3 years ago

我猜是ci里有上传到docker hub,这部分需要用到机密字段(我的docker hub账号密码),我改天有空把上传分离出来改成release就好了。

frosty5689 commented 3 years ago

嗯嗯

On Tue., Dec. 1, 2020, 18:07 羽先生, notifications@github.com wrote:

我猜是ci里有上传到docker hub,这部分需要用到机密字段(我的docker hub账号密码),我改天有空把上传分离出来改成release就好了。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/VergilGao/docker-avdc/pull/14#issuecomment-736939696, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA7UPS6LUB2CJPG6SB6EBL3SSWOO3ANCNFSM4UJLMBBA .

frosty5689 commented 3 years ago

我看了code才发现并不是用来做这个的。只是escape一些会造成Linux path报错的特殊符号。。看来要在avdc里加个功能从path里去掉所有Windows不支持的符号。对用actor或者studio当path的设置。