Advertisement
tristanvanbokkem

Untitled

Aug 1st, 2015
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. the error:
  2. ERROR:subliminal.video:Skipping badly encoded directory u'/mnt/data/'
  3. ERROR:subliminal.video:Skipping badly encoded directory u'/mnt/data/watch'
  4. ERROR:subliminal.video:Skipping badly encoded directory u'/mnt/data/.torrent'
  5. ERROR:subliminal.video:Skipping badly encoded directory u'/mnt/data/incomplete'
  6. ERROR:subliminal.video:Skipping badly encoded directory u'/mnt/data/series'
  7. ERROR:subliminal.video:Skipping badly encoded directory u'/mnt/data/series/Arrow'
  8. ERROR:subliminal.video:Skipping badly encoded directory u'/mnt/data/series/Arrow/Season 3'
  9. ERROR:subliminal.video:Skipping badly encoded directory u'/mnt/data/completed'
  10. ERROR:subliminal.video:Skipping badly encoded directory u'/mnt/data/completed/Interstellar.2014.1080p.BluRay.H264.AAC-RARBG'
  11. 0 video collected / 0 video ignored / 0 error
  12.  
  13. my setup:
  14. pi@pi ~ $ cat /etc/issue
  15. Raspbian GNU/Linux 7 \n \l
  16.  
  17. python:
  18. pi@pi ~ $ python --version
  19. Python 2.7.3
  20.  
  21. crontab:
  22. SHELL=/bin/bash
  23. LANG=en_US.UTF-8
  24. LANGUAGE=en
  25. LC_CTYPE=en_US.UTF-8
  26. # Edit this file to introduce tasks to be run by cron.
  27. #
  28. # Each task to run has to be defined through a single line
  29. # indicating with different fields when the task will be run
  30. # and what command to run for the task
  31. #
  32. # To define the time you can provide concrete values for
  33. # minute (m), hour (h), day of month (dom), month (mon),
  34. # and day of week (dow) or use '*' in these fields (for 'any').#
  35. # Notice that tasks will be started based on the cron's system
  36. # daemon's notion of time and timezones.
  37. #
  38. # Output of the crontab jobs (including errors) is sent through
  39. # email to the user the crontab file belongs to (unless redirected).
  40. #
  41. # For example, you can run a backup of all your user accounts
  42. # at 5 a.m every week with:
  43. # 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
  44. #
  45. # For more information see the manual pages of crontab(5) and cron(8)
  46. #
  47. # m h dom mon dow command
  48. #* * * * * sudo -i bash -x -c '/home/pi/subliminal.sh'
  49. * * * * * sudo /usr/local/bin/subliminal --debug download -l nl -s -a 1w -v /mnt/data/ > /tmp/subliminal.log 2>&1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement