Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings.
Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
But now i get multiple folders created for same show on my Linux NAS box, example
Orange Is The New Black
orange is the new black
Orange is the New Black
Orange Is the New Black
I would prefer the first folder "Orange Is The New Black"
That's a consequence of using a case-sensitive file system,
combined with sloppy posters.
It helps if you use an indexer that inserts meta data, like proper titles in the NZB files.
It is possible to force it all to lowercase in the sort expression.
Surround the part to be lowercased with { }
shypike wrote:That's a consequence of using a case-sensitive file system,
combined with sloppy posters.
It helps if you use an indexer that inserts meta data, like proper titles in the NZB files.
It is possible to force it all to lowercase in the sort expression.
Surround the part to be lowercased with { }
I would love to have an Capitalized feature. Maybe < > or [ ]?
I'm afraid that the pattern key shown in Sorting is wrong.
%sn %s.n and %s_n deliver capitalized words in the title.
%sN %s.N and %s_N deliver the original title.
Your expression should be:
%sn/%s.n.S%0sE%0e.%e.n.%ext
Previously you must have download correctly capitalized titles,
because the table and the actual working have been different all these years.
I'll fix the pattern key table in release 0.8.0 Alpha3.