Search found 8 matches
- 21 Dec 2020, 04:35
- Forum: Episode / Movie Naming Scheme
- Topic: How about sharing our format expressions?
- Replies: 74
- Views: 323925
Re: How about sharing our format expressions?
A special case for replacing '/' (often used on TVDB for titles of combined episodes etc) with '⁄ ', as noted by rednoah here: https://www.filebot.net/forums/viewtopic.php?f=5&t=12343 Top-level bindings such as {t} strip / slash implicitly, among other sanitation operations. However, you can use {ep...
- 21 Dec 2020, 04:19
- Forum: Episode / Movie Naming Scheme
- Topic: Problem replacing Forward Slash / in Filenames
- Replies: 2
- Views: 3283
Re: Problem replacing Forward Slash / in Filenames
Top-level bindings such as {t} strip / slash implicitly, among other sanitation operations. However, you can use {episode.title} to access the raw value, which may contain / slash, may be infinitely long, etc. That works perfectly thank as always for your fast response. I'll add a note with appropr...
- 20 Dec 2020, 23:10
- Forum: Episode / Movie Naming Scheme
- Topic: Problem replacing Forward Slash / in Filenames
- Replies: 2
- Views: 3283
Problem replacing Forward Slash / in Filenames
Hi, As we know, the forward slash is used quite often on TVDB episode titles. Many people choose to substitute another character, and I want to do that too, but replace it with a similar looking unicode character according to the filter described here: https://www.filebot.net/forums/viewtopic.php?f=...
- 04 Dec 2020, 01:14
- Forum: Episode / Movie Naming Scheme
- Topic: How about sharing our format expressions?
- Replies: 74
- Views: 323925
Re: How about sharing our format expressions?
Here is my format expression replacing characters illegal on the Windows filesystem with similar looking unicode characters. I don't use Windows, but I do share files from my Linux NAS via samba - this format is necessary for the samba clients to see the filenames correctly, otherwise they will be t...
- 02 Dec 2020, 09:29
- Forum: Episode / Movie Naming Scheme
- Topic: Replace invalid Windows filename characters with unicode "equivalents"
- Replies: 3
- Views: 3400
Re: Replace invalid Windows filename characters with unicode "equivalents"
Thanks. I'm new to groovy, I didn't realise you could combine replaces like that. :!: Do make sure to avoid using right-to-left character as replacement, as that will result is really funky cursor movement that will be utterly incomprehensible to non-technical users. Yes, you're right. I have lots o...
- 02 Dec 2020, 08:33
- Forum: Episode / Movie Naming Scheme
- Topic: Replace invalid Windows filename characters with unicode "equivalents"
- Replies: 3
- Views: 3400
Re: Replace invalid Windows filename characters with unicode "equivalents"
Here is my format for the above (including my preferred change for "?"), prefixed here with the string I used to test the replaces: {'<>:"/\\|?*'.replace('<', '﹤').replace('>', '﹥').replace(':', 'ː').replace('"', '“').replace('/', '⁄').replace('\\', '∖').replace('|', '⼁').replace('?', '?').replace('...
- 02 Dec 2020, 00:32
- Forum: Episode / Movie Naming Scheme
- Topic: Replace invalid Windows filename characters with unicode "equivalents"
- Replies: 3
- Views: 3400
Replace invalid Windows filename characters with unicode "equivalents"
Hi, I read through this excellent summary of formatting rules pinned here: https://www.filebot.net/forums/viewtopic.php?f=5&t=2 There are rules in that thread which replace characters invalid in the Windows filenames with more regular characters (eg ":" to "-"). However, unless I missed it, there ar...
- 22 Oct 2019, 06:34
- Forum: Synology & QNAP & Embedded Linux
- Topic: [README] Unsupported class file major version 57
- Replies: 24
- Views: 22275
Re: Unsupported class file major version 57
I had the same problem as the thread starter and can confirm 4.8.6 fixes it. Thanks! I installed manually via DSM GUI (DSM 6.2.2-24922 Update 3) without any issues - didn't need to install via the script. Maybe this thread is worth pinning as I expect almost everyone on Synology is going to hit this...