You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
also check check special directory names - not just filenames
demo directory:
$ ls -a sample_reading_media/dir\ with\ spaces/
. 'double_quotes_"name"_epub.epub' 'square_brackets_[name]_epub.epub'
.. "single_quotes_'name'_epub.epub" 'test book epub.epub'
'ampersand_&epub.epub' 'spaces book epub.epub' test_book_epub.epub
'test_with_greater_than_html<1>_epub.epub'
$ find sample_reading_media/
sample_reading_media/
sample_reading_media/epubs
sample_reading_media/epubs/test_book_epub.epub
sample_reading_media/epubs/test_book(epub).epub
sample_reading_media/epubs/test book epub.epub
sample_reading_media/epubs/test book (epub).epub
sample_reading_media/test_book_fb2.fb2
sample_reading_media/test_book.md
sample_reading_media/test_book_txt.txt
sample_reading_media/test_book_epub.epub
sample_reading_media/test_book_pdf.pdf
sample_reading_media/test_book_md.md
sample_reading_media/test_book_odt.odt
sample_reading_media/test_book_docx.docx
sample_reading_media/test_book_fb2_zip.zip
sample_reading_media/test_book_html.html
sample_reading_media/empty_dir
sample_reading_media/single_quote_search_filename_problem
sample_reading_media/single_quote_search_filename_problem/test_book_epub.epub
sample_reading_media/single_quote_search_filename_problem/single_quotes_'name'_epub.epub
sample_reading_media/single_quote_search_filename_problem/test_with_greater_than_html<1>_epub.epub
sample_reading_media/dir with spaces
sample_reading_media/dir with spaces/double_quotes_"name"_epub.epub
sample_reading_media/dir with spaces/test_book_epub.epub
sample_reading_media/dir with spaces/square_brackets_[name]_epub.epub
sample_reading_media/dir with spaces/spaces book epub.epub
sample_reading_media/dir with spaces/ampersand_&epub.epub
sample_reading_media/dir with spaces dupe
sample_reading_media/dir with spaces dupe/double_quotes_"name"_epub.epub
sample_reading_media/dir with spaces dupe/test_book_epub.epub
sample_reading_media/dir with spaces dupe/single_quotes_'name'_epub.epub
sample_reading_media/dir with spaces dupe/square_brackets_[name]_epub.epub
sample_reading_media/dir with spaces dupe/spaces book epub.epub
sample_reading_media/dir with spaces dupe/ampersand_&epub.epub
sample_reading_media/test_book_txt_zip.zip
sample_reading_media/test_book_html_zip.zip
sample_reading_media/test_book_md_zip.zip
Notes
🔴 sample_reading_media/dir with spaces/double_quotes_"name"_epub.epub - good sample, bug in web version (seems to expose a KoReader behavior (possible weebok OPDS server bug)?
ampersand_&epub.epub - fine in both :-)
double quotes is a legal filename under Linux (Android?) but NOT Microsoft Windows
The text was updated successfully, but these errors were encountered:
Test:
–
which is not the 7-bit ascii hypentest_book_–1.txt
&
,#
, ?test_book_#1.txt
test_book_¥.txt
demo directory:
Samples
using https://github.com/clach04/sample_reading_media/
Notes
sample_reading_media/dir with spaces/double_quotes_"name"_epub.epub
- good sample, bug in web version (seems to expose a KoReader behavior (possible weebok OPDS server bug)?ampersand_&epub.epub
- fine in both :-)The text was updated successfully, but these errors were encountered: