mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-26 17:19:02 +01:00
- Philips format 120 uses lowercase hex digits for DVB*.xml files (TV shows wrong chars when using uppercase)
- upgrade to DX 23.1.6 (with a hotfix)
This commit is contained in:
@@ -102,7 +102,7 @@ namespace ChanSort.Loader.Panasonic
|
||||
if (cypherMode == CypherMode.None)
|
||||
return this.FileName;
|
||||
|
||||
this.TempPath = Path.Combine(Path.GetDirectoryName(this.FileName) ?? "", Path.GetFileNameWithoutExtension(this.FileName) + "_decrypted.db"); //Path.GetTempFileName();
|
||||
this.TempPath = Path.Combine(Path.GetDirectoryName(this.FileName) ?? "", Path.GetFileNameWithoutExtension(this.FileName) + $"_decrypted_{DateTime.Now:yyMMdd-HHmmss}.db"); //Path.GetTempFileName();
|
||||
this.DeleteTempPath();
|
||||
|
||||
if (cypherMode == CypherMode.Encryption)
|
||||
|
||||
Reference in New Issue
Block a user