tmrsm

Results 2 issues of tmrsm

我的環境是白群 DMS7.0。 使用 MDCx取得小姐姐 nfo檔後,再搭配javnfo跟xbmcnfo匯入plex。 但 MDCx產出的 nfo目前無法處理頭像。 原因為xbmcnfo的頭像處理邏輯為: 1. 設置link,抓取nfo裡的 thumb。→MDCx產出的thumb為.actors/女優.jpg,不是有效網址。 2. 設置global,抓取global網址的頭像。→我們並未擁有global的頭像網址。 3. 設置local,抓取local網址的頭像。→plex目前無法讀取本地檔案。 [參考來源](https://github.com/gboudreau/XBMCnfoMoviesImporter.bundle/issues/93) 而javnfo的頭像處理邏輯為: 不論設置為甚麼都統一到資料庫匹配。→但目前路徑有誤。 因此對應上述三者設定方式的解決方案如下, 1.(link) xbmcnfo的使用者可以改用MDC刮削,因為MDC的nfo產出的thumb網址是正確的。 2.(global) xbmcnfo的使用者抓取gfriends的資料存於本地,再透過web station將網址發佈取得global可用的網址。 3.(local) javnfo的使用者,修改__init__.py的語法。 ![螢幕擷取畫面 2023-10-25 085011](https://github.com/ddd354/JAVnfoMoviesImporter.bundle/assets/21070602/fc2fa3fd-6e85-4d99-b93d-58eea82448e3)...

If a compressed file handled by mangamanager contains a folder name with Chinese characters(BIG5 or GBK), the folder name will become garbled after generated the comicinfo. ---2023/4/5 edited--- After conducting...