| 
			
			 | 
		#1 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 5 
				Karma: 10 
				Join Date: Nov 2009 
				
				
				
				Device: kindle dx 
				
				
				 | 
	
	
	
		
		
			
			 
				
				open documents read last time
			 
			
			
			can my dr1000 open the documents I read last time automatically on restart? thanks
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 999 
				Karma: 19985 
				Join Date: Dec 2008 
				Location: Netherlands 
				
				
				Device: iRex DR1000S 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			A lot more people would like that. The only thing you can do now is make shortcuts for the book(s) you are reading on the desktop, so you can quickly find and start them manually.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#3 | 
| 
			
			
			
			 Connoisseur 
			
			![]() ![]() Posts: 59 
				Karma: 136 
				Join Date: Dec 2008 
				
				
				
				Device: iRex DR1000 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			It is possible to make a script that would automatically create shortcuts to each file opened in a special folder and keep, let's say, 10 most recent shortcuts. I plan to do it when I have spare time.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 Connoisseur 
			
			![]() ![]() Posts: 59 
				Karma: 136 
				Join Date: Dec 2008 
				
				
				
				Device: iRex DR1000 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Here is a script for managing an automatically populated and maintained "Recent files" folder. It keeps shortcuts for 10 most recent files and 10 most recent folders.  
		
	
		
		
			Installation: 1 Run the install script (it does nothing to file associations) 2 Edit dr1000.ini adding /bin/sh /usr/bin/update_recent.sh <viewer> at each desired .../viewer-cmd= line. Problem Custom irex menu items and toolbar tabs for irex viewer disappear (The wrapper script launches viewer and exits. The GUI thinks that nothing is left and shows nothing). This addon works nicely with non integrated applications such as evince and FBreader. Last edited by Viacheslav; 11-22-2009 at 02:58 PM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 5 
				Karma: 10 
				Join Date: Nov 2009 
				
				
				
				Device: kindle dx 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Hi Viacheslav, thanks for your reply, but i dont quite understand step 2 Edit dr1000.ini adding /bin/sh /usr/bin/update_recent.sh <viewer> at each desired .../viewer-cmd= line. could you be more specific? should I add /bin/sh /usr/bin/update_recent.sh <viewer> to every /viewer-cmd=    ??? thanks
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#6 | |
| 
			
			
			
			 Connoisseur 
			
			![]() ![]() Posts: 59 
				Karma: 136 
				Join Date: Dec 2008 
				
				
				
				Device: iRex DR1000 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 You should: 
 This is an excerpt from my dr1000.ini Code: 
	... /apps/er/sys/ctb/filetypes/doc-html/descr=HTML /apps/er/sys/ctb/filetypes/doc-html/icon_name=html /apps/er/sys/ctb/filetypes/doc-html/template_descr=HTML Template /apps/er/sys/ctb/filetypes/doc-html/extensions=htm;html;xhtml; /apps/er/sys/ctb/filetypes/doc-html/viewer_cmd=/bin/sh /usr/bin/update_recent.sh /media/mmcblk0p1/Programs/_midori/bin/midori /apps/er/sys/ctb/filetypes/doc-fbreader/descr=FBReader /apps/er/sys/ctb/filetypes/doc-fbreader/icon_name=fbreader /apps/er/sys/ctb/filetypes/doc-fbreader/template_descr=FBReader Template /apps/er/sys/ctb/filetypes/doc-fbreader/extensions=pdb;fb2;zip;rtf;orb;tcr;opf;oebzip;epub;chm; /apps/er/sys/ctb/filetypes/doc-fbreader/viewer_cmd=/bin/sh /usr/bin/update_recent.sh /media/mmcblk0p1/Programs/_fbreader/bin/FBReader /apps/er/sys/ctb/filetypes/text-shellscript/descr=Shellscript /apps/er/sys/ctb/filetypes/text-shellscript/icon_name=shell /apps/er/sys/ctb/filetypes/text-shellscript/template_descr=Shellscript Template /apps/er/sys/ctb/filetypes/text-shellscript/extensions=sh; /apps/er/sys/ctb/filetypes/text-shellscript/viewer_cmd=/bin/sh /apps/er/sys/ctb/filetypes/doc-djvu/descr=DJVU /apps/er/sys/ctb/filetypes/doc-djvu/icon_name=evince /apps/er/sys/ctb/filetypes/doc-djvu/template_descr=DJVU Template /apps/er/sys/ctb/filetypes/doc-djvu/extensions=djvu; /apps/er/sys/ctb/filetypes/doc-djvu/viewer_cmd=/bin/sh /usr/bin/update_recent.sh /media/mmcblk0p1/Programs/_evince/bin/evince  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,293 
				Karma: 529619 
				Join Date: May 2007 
				
				
				
				Device: iRex iLiad, DR800SG 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
    
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| How many people read more than 2 books at a time? | SameOldStory | General Discussions | 68 | 08-24-2010 07:33 PM | 
| Html Documents to Ebook (something Iliad can read) | alanboss | iRex | 5 | 06-01-2010 11:32 PM | 
| How to read more than one book at a time? | booklover6 | Ectaco jetBook | 9 | 02-14-2010 11:49 AM | 
| Best option to read devanagari (indic) documents on Kindle 2 | raahul80 | Amazon Kindle | 7 | 07-30-2009 09:42 PM | 
| How many books do you read at one time? | akira28 | Reading Recommendations | 60 | 05-28-2009 05:10 AM |