| 
			
			 | 
		#3421 | |
| 
			
			
			
			 US Navy, Retired 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 9,897 
				Karma: 13806776 
				Join Date: Feb 2009 
				Location: North Carolina 
				
				
				Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Calendar does this on every 950, accept it.  The last time it was usable on the 950 was version 2.0.14. I posted the below quote 23 Nov, 2011. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#3422 | |
| 
			
			
			
			 2B || !2B 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 854 
				Karma: 327896 
				Join Date: Feb 2010 
				Location: Austria 
				
				
				Device: Sony PRS505/650/T1/tolino vision 5 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#3423 | 
| 
			
			
			
			 Addict 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 238 
				Karma: 6875 
				Join Date: Feb 2009 
				Location: Netherlands 
				
				
				Device: Kindle PW2 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I just did a major revision of the What's new in 2.1.x Wiki, adding about 100 new options & actions. So anyone wondering about all that's new, take a look! And let me know if I missed anything. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Mark: I overwrote the line you just added, sorry.. you can put it back if you want  
		 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#3424 | |
| 
			
			
			
			 Addict 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 230 
				Karma: 2448688 
				Join Date: Mar 2006 
				Location: Kapolei, Oahu, HI 
				
				
				Device: KOBO Libra 2, Kindle PW3, Samsung 8A Tablet, Samsung S10e Phone 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#3425 | |
| 
			
			
			
			 hopeless n00b 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,126 
				Karma: 19597086 
				Join Date: Jan 2009 
				Location: in the middle of nowhere 
				
				
				Device: PW4, PW3, Libra H2O, iPad 10.5, iPad 11, iPad 12.9 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 I just tried it on my reader and it works beautifully. I just upgraded all my PRS-350's to PRS+ 2.0.18 a couple of days ago. Looks like I'll be installing nightlies on all of them now. ![]() chaley created a Calibre template function for me to create a custom column for Sony collections. Here's the modified version of the template that supports sub-collections: tags » Genre|tags[0], Genre|tags[1],... series » Series|series Code: 
	'''
Function: myFunc
Arg count: 1
Documentation:
myFunc(categories) -- Format tags and series so they show up as sub-collections on the PRS+ custom firmware for Sony Readers.
example:
{:'myFunc('fiction, non-fiction, fanfiction, magazine, news')'} - Creates a top-level collection for any tag named fiction, non-fiction, fanfiction, magazine or news. All other tags will be created as sub-collections under Genre.
'''
def evaluate(self, formatter, kwargs, mi, locals, cats):
    categories = set([v.strip() for v in cats.split(',') if v.strip()])
    tags = [v.strip() for v in kwargs.get('tags') if v.strip()]
    res = []
    for v in tags:
        if v.lower() in categories:
            res.append(v)
        else:
            res.append('Genre|' + v)
    series = kwargs.get('series')
    if series:
        res.append('Series|' + series)
    return ', '.join(res)
Last edited by ilovejedd; 02-23-2012 at 06:27 PM.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#3426 | 
| 
			
			
			
			 Addict 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 238 
				Karma: 6875 
				Join Date: Feb 2009 
				Location: Netherlands 
				
				
				Device: Kindle PW2 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			frquixote: 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Thanks! Do note that the wiki applies to v2.1, for which there is no (official) release yet. So to get it, you'll have to make a custom build, or download one from the site kindly supplied by Analogus. ilovejedd: Thanks very much for contributing that! I'm sure many people will appreciate the info, so I'll add a link to your post in the Wiki  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#3427 | |
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,498 
				Karma: 5199835 
				Join Date: May 2010 
				Location: Norway 
				
				
				Device: Sony PRS-505, PRS-950 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Thanks a lot once again; very much appreciated indeed!  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#3428 | 
| 
			
			
			
			 Fanatic 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 568 
				Karma: 2170348 
				Join Date: Apr 2011 
				
				
				
				Device: 2x Sony PRS-350; PRS-300 (†), Paperwhite (†), Voyage 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			One question: 
		
	
		
		
		
		
		
		
		
		
		
		
	
	There should to be found an error-log where information is stored when something in loading PRS+ went wrong. Where can I find it? Thank you A.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#3429 | 
| 
			
			
			
			 2B || !2B 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 854 
				Karma: 327896 
				Join Date: Feb 2010 
				Location: Austria 
				
				
				Device: Sony PRS505/650/T1/tolino vision 5 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			In standard/installed builds logging is switched off. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	To enable logging you have to create a folder /Beta/ in the root of IM putting in psrp.js and user.config (template is user.config.350) with just this two lines in user.config Code: 
	// what to log and what not, possible values are: all, trace, info, warn, error config.defaultLogLevel = "trace"; // where to log config.logFile = "/Data/prsp_script.log";  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#3430 | 
| 
			
			
			
			 Addict 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 238 
				Karma: 6875 
				Join Date: Feb 2009 
				Location: Netherlands 
				
				
				Device: Kindle PW2 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#3431 | 
| 
			
			
			
			 Fanatic 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 568 
				Karma: 2170348 
				Join Date: Apr 2011 
				
				
				
				Device: 2x Sony PRS-350; PRS-300 (†), Paperwhite (†), Voyage 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Thanks both.  
		
	
		
		
		
		
		
		
		
		
		
		
	
	I'm a complete Linux-noop... Is there any SPECIAL command to copy/make this dir ('Beta') in root? Copying files and folders in/to /opt0 or /tmp is no problem at all. A.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#3432 | 
| 
			
			
			
			 Addict 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 238 
				Karma: 6875 
				Join Date: Feb 2009 
				Location: Netherlands 
				
				
				Device: Kindle PW2 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			The Beta folder goes in internal memory (as opposed to memory cards), i.e. the drive called READER when you connect to usb. No need for special commands  
		
	
		
		
		
		
		
		
		
		
		
		
	
	 
		 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#3433 | 
| 
			
			
			
			 Fanatic 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 568 
				Karma: 2170348 
				Join Date: Apr 2011 
				
				
				
				Device: 2x Sony PRS-350; PRS-300 (†), Paperwhite (†), Voyage 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Ah... 
		
	
		
		
		
		
		
		
		
		
		
		
	
	I regarded IM as InternalMemory = the hidden '/' Working now. Another question (I know, I'm jabbering): I try to produce a message when activation a function with ActionLauncher. This is no problem when using Code: 
	Core.ui.showMsg(Core.lang.L("MSG_RESTART"));
When I try to produce my own message with Code: 
	Core.ui.showMsg(Core.lang.L("MSG_ERROR_LOG_ON"));
Code: 
	MSG_ERROR_LOG_ON | english text | german text | ... | A.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#3434 | 
| 
			
			
			
			 Addict 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 238 
				Karma: 6875 
				Join Date: Feb 2009 
				Location: Netherlands 
				
				
				Device: Kindle PW2 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			L is defined as a local variable at the top of the addon code. So if you're adding the line somewhere in StandardActions_x50, it would be: 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Code: 
	Core.ui.showMsg(L("MSG_ERROR_LOG_ON"));
 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#3435 | 
| 
			
			
			
			 Fanatic 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 568 
				Karma: 2170348 
				Join Date: Apr 2011 
				
				
				
				Device: 2x Sony PRS-350; PRS-300 (†), Paperwhite (†), Voyage 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Thank you!  
		
	
		
		
		
		
		
		
		
		
		
		
	
	 
		 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
            
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Using HD Folders as Collections on Sony PRS-505 | fglaysher | Calibre | 8 | 07-26-2010 10:55 PM | 
| Enhanced Firmware for V3 | keng2000 | HanLin eBook | 12 | 04-12-2010 10:30 AM | 
| Poll: Sony Reader PRS-505 upgrade to Sony PRS-700 | Kris777 | Sony Reader | 70 | 02-18-2009 07:34 PM | 
| Sony Reader PRS-505 upgrade to Sony PRS-700 | Kris777 | Sony Reader | 23 | 12-08-2008 07:56 AM | 
| Sub folders in firmware v1.08 | Prince Hal | Amazon Kindle | 28 | 10-23-2008 04:20 PM |