| 
			
			 | 
		#1 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 5 
				Karma: 10 
				Join Date: Jul 2021 
				
				
				
				Device: none 
				
				
				 | 
	
	
	
		
		
			
			 
				
				Cold Storage, not active path
			 
			
			
			Hello, 
		
	
		
		
		
		
		
		
		
		
		
		
	
	I'm trying to find out how I can manage my library with some of the books on my local hard drive, and some of the books (the majority) in a storage directory, not necessarily accessible all the time. The principle is to have a list of current books, and books with rare use, which do not need to take up disk space on my laptop What do you think ? Thanks  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,990 
				Karma: 243829945 
				Join Date: Jan 2014 
				Location: Estonia 
				
				
				Device: Kobo Sage & Libra 2 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Two separate libraries is probably the only way to achieve this.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#3 | |
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,161 
				Karma: 92500001 
				Join Date: Nov 2011 
				Location: Charlottesville, VA 
				
				
				Device: Kindles 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#4 | |
| 
			
			
			
			 null operator (he/him) 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 22,018 
				Karma: 30277294 
				Join Date: Mar 2012 
				Location: Sydney Australia 
				
				
				Device: none 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Just connect/power up the drive and press enter. I'd use an external hard disk on a USB 3.x port. BR Last edited by BetterRed; 07-17-2021 at 06:59 PM.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 5 
				Karma: 10 
				Join Date: Jul 2021 
				
				
				
				Device: none 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Thanks ! 
		
	
		
		
		
		
		
		
		
		
		
		
	
	I suspected the answer about the separate library, which I wanted to avoid .... I prefer the idea of having all the references of my books in one place to simply search on all the titles. And if needed to connect to the temporary directory to open the book itself. Unfortunately this seems to be a non-standard use case.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#6 | 
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 24,905 
				Karma: 47303824 
				Join Date: Jul 2011 
				Location: Sydney, Australia 
				
				
				Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			You could put use one library with all the book details in it. Then archive the books elsewhere and store a reference to the book location. You could probably use an identifier with a file URL for when the drive with these books are connected. Or a custom column with it. Something like this is used by people to refer to non-book references.  
		
	
		
		
		
		
		
		
		
		
		
		
	
	As a NAS was mentioned above, if you have one and it can run calibre, you could put the archived books on that and access them via the calibre server. If you did this, the reference could be a link to the book via the calibre server. And for any bored developers out there, that is screaming for a plugin. Have function to send the book to the server using calibredb, add the reference details to the local library, and then later fetch the book using that reference. Then some functions to update metadata on the server if you change it locally. "Easy" for any developer now that I've written the requirements  
		 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 null operator (he/him) 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 22,018 
				Karma: 30277294 
				Join Date: Mar 2012 
				Location: Sydney Australia 
				
				
				Device: none 
				
				
				 | 
	
	
	
		
		
		
		
		
 You could maybe even use calibre://view-book/ links in a custom column to open format files in the Offline library from the laptop library, see calibre://view-book/ Added: There's also the CalibreSpy plugin, it allows you to open a second library for read only, it would be less work that adding url links (which can break) but not as direct. BR Last edited by BetterRed; 07-18-2021 at 04:29 AM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
    
| Tags | 
| space, storage options | 
| Thread Tools | Search this Thread | 
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| PRS-350 About the epub custom font path And how to know the path? | 52manhua | Sony Reader Dev Corner | 6 | 12-20-2013 02:28 AM | 
| PRS-T2 books storage default path | andreaaaaaa | Sony Reader | 0 | 10-16-2012 04:17 AM | 
| Same old. Same old. Limited onboard storage. No removable storage. | SeaKing | General Discussions | 29 | 09-07-2012 01:06 PM | 
| question about app storage and internal storage | gilly78201 | Amazon Fire | 5 | 03-06-2012 03:08 AM | 
| iPhone Two new iPhone Storage Solutions: Zoomit (SD Card Reader) & Boxnet (Cloud Storage) | kjk | Apple Devices | 0 | 02-09-2010 07:20 PM |