| 
			
			 | 
		#16 | 
| 
			
			
			
			 ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,586 
				Karma: 6299993 
				Join Date: Jun 2012 
				Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) 
				
				
				Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			: ) It sure does  
		
	
		
		
		
		
		
		
		
		
		
		
	
	Going to have to tie down the playback first though : D I will be away today but back later. Will have a shufty then. Excellent mate  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#17 | 
| 
			
			
			
			 Official Lurker 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,050 
				Karma: 7096675 
				Join Date: Apr 2012 
				
				
				
				Device: Kindle 3.4 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I played with the client , I have a basic search function working...
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#18 | 
| 
			
			
			
			 ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,586 
				Karma: 6299993 
				Join Date: Jun 2012 
				Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) 
				
				
				Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Hi mate. Thats great news! will PM you
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#19 | 
| 
			
			
			
			 Official Lurker 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,050 
				Karma: 7096675 
				Join Date: Apr 2012 
				
				
				
				Device: Kindle 3.4 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			the Search function now returns name of track and track_id when given a query. I ran into a bug when i accidentally left the option to filter by license in the query to soundclouds API... No wonder twobob's music wasn't showing up... (It's not licensed as cc-by-na)
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#20 | 
| 
			
			
			
			 Official Lurker 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,050 
				Karma: 7096675 
				Join Date: Apr 2012 
				
				
				
				Device: Kindle 3.4 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Gah... Looks like SoundClouds sends titles as unicode, while the strings I'm using are defaulting to ascii type, so I'm getting errors... time for  
		
	
		
		
		
		
		
		
		
		
		
		
	
	Code: 
	import kitchen  
		 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#21 | 
| 
			
			
			
			 Official Lurker 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,050 
				Karma: 7096675 
				Join Date: Apr 2012 
				
				
				
				Device: Kindle 3.4 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Reading http://packages.python.org/kitchen about going from unicode to ascii with to_bytes() ... looks like it shouldn't be too hard... Do the Kindles even have the possibility of a utf8 environment?
		 
		
	
		
		
		
		
		
		
		
		
		
		
		
			Last edited by qlob; 12-04-2012 at 11:07 PM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#22 | 
| 
			
			
			
			 Official Lurker 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,050 
				Karma: 7096675 
				Join Date: Apr 2012 
				
				
				
				Device: Kindle 3.4 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			~ # $LC_ALL 
		
	
		
		
		
		
		
		
		
		
		
		
	
	en.US.UTF-8 I stand corrected... I thought the Kindles didnt support unicode...  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#23 | 
| 
			
			
			
			 ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,586 
				Karma: 6299993 
				Join Date: Jun 2012 
				Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) 
				
				
				Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Brain just beginning to fire... reading up... 
		
	
		
		
		
		
		
		
		
		
		
		
		
			on mine: echo $LC_ALL is blank is it being set by perl? debian? something else? will attempt to use braincells Last edited by twobob; 12-05-2012 at 12:02 PM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#24 | |
| 
			
			
			
			 ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,586 
				Karma: 6299993 
				Join Date: Jun 2012 
				Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) 
				
				
				Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 I can happily change the licensing of anything not contractually obligated to something more forgiving. When I first uploaded those tracks the SC interface was a much less friendly place... Spoiler: 
 But yeah licensing and search parameters. I will have to dive in to what you have??? Last edited by twobob; 12-05-2012 at 12:03 PM.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#25 | 
| 
			
			
			
			 Official Lurker 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,050 
				Karma: 7096675 
				Join Date: Apr 2012 
				
				
				
				Device: Kindle 3.4 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			It's not much... 5 lines maybe? it should be at the bitbucket repo I sent you...
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#26 | 
| 
			
			
			
			 ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,586 
				Karma: 6299993 
				Join Date: Jun 2012 
				Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) 
				
				
				Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I am there. and the other link... c9 
		
	
		
		
		
		
		
		
		
		
		
		
	
	as twobob... been looking around  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#27 | |
| 
			
			
			
			 Official Lurker 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,050 
				Karma: 7096675 
				Join Date: Apr 2012 
				
				
				
				Device: Kindle 3.4 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 EDIT: and bitbucket as well  
		Last edited by qlob; 12-05-2012 at 09:07 PM.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#28 | 
| 
			
			
			
			 Official Lurker 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,050 
				Karma: 7096675 
				Join Date: Apr 2012 
				
				
				
				Device: Kindle 3.4 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Got playback working by streaming a track via mplayer.... It's alive!  
		
	
		
		
		
		
		
		
		
		
		
		
	
	  *evil laugh*
		 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#29 | 
| 
			
			
			
			 ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,586 
				Karma: 6299993 
				Join Date: Jun 2012 
				Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) 
				
				
				Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			YAY! Okay. logging in : )
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#30 | |
| 
			
			
			
			 ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,586 
				Karma: 6299993 
				Join Date: Jun 2012 
				Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) 
				
				
				Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  
		Last edited by twobob; 12-06-2012 at 07:44 AM. Reason: http://soundcloud.com/twobob/angel is an old link (s2a should update it)  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
            
| Thread Tools | Search this Thread | 
            
  |