Updated README.md
This commit is contained in:
		
							parent
							
								
									8c8944b822
								
							
						
					
					
						commit
						56e97e1f46
					
				@ -17,6 +17,7 @@ Usage
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Getting list of files inside torrent is straightforward:
 | 
					Getting list of files inside torrent is straightforward:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```python
 | 
				
			||||||
import xbmc 
 | 
					import xbmc 
 | 
				
			||||||
from torrent2http import State, Engine, MediaType
 | 
					from torrent2http import State, Engine, MediaType
 | 
				
			||||||
from contextlib import closing
 | 
					from contextlib import closing
 | 
				
			||||||
@ -35,9 +36,11 @@ Getting list of files inside torrent is straightforward:
 | 
				
			|||||||
        # Check if there is loading torrent error and raise exception 
 | 
					        # Check if there is loading torrent error and raise exception 
 | 
				
			||||||
        engine.check_torrent_error()
 | 
					        engine.check_torrent_error()
 | 
				
			||||||
        xbmc.sleep(200)
 | 
					        xbmc.sleep(200)
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Start streaming ###
 | 
					### Start streaming ###
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```python
 | 
				
			||||||
import xbmc 
 | 
					import xbmc 
 | 
				
			||||||
from torrent2http import State, Engine, MediaType
 | 
					from torrent2http import State, Engine, MediaType
 | 
				
			||||||
from contextlib import closing
 | 
					from contextlib import closing
 | 
				
			||||||
@ -101,6 +104,7 @@ Getting list of files inside torrent is straightforward:
 | 
				
			|||||||
        # Wait until playing finished or abort requested
 | 
					        # Wait until playing finished or abort requested
 | 
				
			||||||
        while not xbmc.abortRequested and xbmc.Player().isPlaying():
 | 
					        while not xbmc.abortRequested and xbmc.Player().isPlaying():
 | 
				
			||||||
            xbmc.sleep(500)
 | 
					            xbmc.sleep(500)
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
### Fully working example ###
 | 
					### Fully working example ###
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user