(Jan 03, 2016, 08:36 PM)Mike Wrote: OK if a CBR is just a rared image set and a CBZ is just a zipped image set. I can view both cbz and cbr in Comicstreamer on the Pi 2 now. Did you try following the guide all the way with unrar?
yes i followed the all steps.
he last the the last the last the last the last step this appears. And after reboot the service dont start at the beginning
pi@raspberrypi ~ $ sudo service comicstreamer start
[....] Starting ComicStreamer: ComicStreamerstart-stop-daemon: unable to open pi dfile '/var/run/comicstreamer/ComicStreamer.pid' for writing (No such file or di rectory)
. ok
then i started the streamer on my own, this is on my screen
pi@raspberrypi ~ $ python /opt/comicstreamer/comicstreamer
2016-01-03 23:43:28,323 - INFO - Stream server running on port 32500...
2016-01-03 23:43:28,468 - INFO - Monitor: Beginning file scan...
2016-01-03 23:43:28,698 - INFO - Monitor: 0 new files to scan...
2016-01-03 23:43:28,703 - INFO - Monitor: finished scanning metadata in 0 of 0 files
2016-01-03 23:43:28,709 - INFO - Monitor: Added 0 comics
2016-01-03 23:43:28,714 - INFO - Monitor: Removed 0 comics
2016-01-03 23:43:29,344 - INFO - Registered bonjour server: raspberrypi:_comicstreamer._tcp.

port 32500)
2016-01-03 23:44:29,362 - INFO - Restart command
2016-01-03 23:44:29,367 - INFO - Initiating shutdown...
2016-01-03 23:44:30,504 - INFO - Will shutdown ComicStreamer in maximum 3 seconds ...
/usr/bin/python: can't open file 'comicstreamer': [Errno 2] No such file or directory
pi@raspberrypi ~ $ python /opt/comicstreamer/comicstreamer
2016-01-03 23:44:43,842 - INFO - Stream server running on port 32500...
2016-01-03 23:44:44,041 - INFO - Monitor: Beginning file scan...
2016-01-03 23:44:44,230 - INFO - Monitor: 2 new files to scan...
2016-01-03 23:44:44,992 - INFO - Registered bonjour server: raspberrypi:_comicstreamer._tcp.

port 32500)
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 505, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/comicstreamer/comicstreamerlib/monitor.py", line 81, in mainLoop
self.dofullScan(self.paths)
File "/opt/comicstreamer/comicstreamerlib/monitor.py", line 524, in dofullScan
md = self.getComicMetadata( filename )
File "/opt/comicstreamer/comicstreamerlib/monitor.py", line 169, in getComicMetadata
if ca.seemsToBeAComicArchive():
File "/opt/comicstreamer/libs/comictaggerlib/comicarchive.py", line 629, in seemsToBeAComicArchive
( self.getNumberOfPages() > 0)
File "/opt/comicstreamer/libs/comictaggerlib/comicarchive.py", line 786, in getNumberOfPages
self.page_count = len( self.getPageNameList( ) )
File "/opt/comicstreamer/libs/comictaggerlib/comicarchive.py", line 762, in getPageNameList
files = self.archiver.getArchiveFilenameList()
File "/opt/comicstreamer/libs/comictaggerlib/comicarchive.py", line 396, in getArchiveFilenameList
for item in rarc.infolist():
File "/opt/comicstreamer/libs/comictaggerlib/UnRAR2/__init__.py", line 127, in infolist
return list(self.infoiter())
File "/opt/comicstreamer/libs/comictaggerlib/UnRAR2/__init__.py", line 122, in infoiter
for params in RarFileImplementation.infoiter(self):
File "/opt/comicstreamer/libs/comictaggerlib/UnRAR2/unix.py", line 171, in infoiter
data['datetime'] = time.strptime(fields[2]+" "+fields[3], '%d-%m-%y %H:%M')
File "/usr/lib/python2.7/_strptime.py", line 467, in _strptime_time
return _strptime(data_string, format)[0]
File "/usr/lib/python2.7/_strptime.py", line 325, in _strptime
(data_string, format))
ValueError: time data '2015-01-01 01:01' does not match format '%d-%m-%y %H:%M'
^CCaught Ctrl-C. exiting.
2016-01-03 23:47:46,167 - INFO - Initiating shutdown...
2016-01-03 23:47:47,112 - INFO - Will shutdown ComicStreamer in maximum 3 seconds ...