View Single Post
Old 07-16-2013, 08:51 PM   #201
corrin18
Junior Member
corrin18 can extract oil from cheesecorrin18 can extract oil from cheesecorrin18 can extract oil from cheesecorrin18 can extract oil from cheesecorrin18 can extract oil from cheesecorrin18 can extract oil from cheesecorrin18 can extract oil from cheesecorrin18 can extract oil from cheese
 
Posts: 3
Karma: 1000
Join Date: May 2013
Device: Kindle 3
just pdfs

Quote:
Originally Posted by richy1989 View Post
Is there any way to add a filter with the File Manager?
I have too many books,
but I just want to view the 'pdf' documents with koreader.
For Koreader FileManager to just show pdf files:

with a text editor, manually edit filechooser.lua

(you'll find that here: \koreader\frontend\ui\widget\)

so that the following line (roughly at line 21):

Code:
if self.show_hidden or not string.match(f, "^%.[^.]") then
is changed to

Code:
if string.match(f, "%.pdf") then
corrin18 is offline   Reply With Quote