after numerous issues with burning dvd's and archives with lines 7.x, i was anxiously awaiting the release of linhes 8.0
that release helped, though there were still bugs with mythtv .25
after updating to linhes 8.1, i am now able to burn an archive containing videos, but i am still having issues burning a dvd of a video and a dvd of a recording. i will document the video -> dvd here and ask for any suggestions
the mythburn.py script exits right after making a local copy:
Code:
2013-12-31 14:04:55 Pre-processing video 1: 'myth://Videos@10.0.1.3:6543/Up Series.56 Up (2012) PDTV/56 Up - Part 1 of 3 (14 May 2012)[PDTV(XviD)].avi'
2013-12-31 14:04:55 Video is not in local video directory or Storage Groups
2013-12-31 14:04:55 ------------------------------------------------------------
Traceback (most recent call last):
File "/usr/share/mythtv/mytharchive/scripts/mythburn.py", line 5269, in main
processJob(job)
File "/usr/share/mythtv/mytharchive/scripts/mythburn.py", line 4961, in processJob
preProcessFile(node,folder,filecount)
File "/usr/share/mythtv/mytharchive/scripts/mythburn.py", line 1543, in preProcessFile
mediafile = os.path.join(getVideoPath(file.attributes["filename"].value), file.attributes["filename"].value)
File "/usr/lib/python2.7/posixpath.py", line 68, in join
elif path == '' or path.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith'
i do not believe that the scripts contention that the video is not local or stored in a storage group is correct. it is indeed local and stored in a storage group. the storage group for videos is set up:
Code:
mysql> select * from storagegroup ;
+----+-------------+--------------+-------------------------------------------------------------------------------+
| id | groupname | hostname | dirname |
+----+-------------+--------------+-------------------------------------------------------------------------------+
snip
| 35 | Videos | mythtv.local | /data/storage/WDCWD2000FYYZ-01UL1B1_WD-WCC1P0896044/media/video
and i can find the entry for the video:
Code:
mysql> select * from videometadata where title='56 Up - Part 1 of 3' ;
+-------+---------------------+----------+---------+----------+--------+------+--------+----------+---------------+----------+------+-------------+------------+--------+-----------+--------+---------+-----------+-------------------------------------------------------------------------------+------------------+-----------+---------+--------+---------+-----------+-------------+----------+---------+--------------+------------+--------+--------+---------------------+-------------+
| intid | title | subtitle | tagline | director | studio | plot | rating | inetref | collectionref | homepage | year | releasedate | userrating | length | playcount | season | episode | showlevel | filename | hash | coverfile | childid | browse | watched | processed | playcommand | category | trailer | host | screenshot | banner | fanart | insertdate | contenttype |
+-------+---------------------+----------+---------+----------+--------+------+--------+----------+---------------+----------+------+-------------+------------+--------+-----------+--------+---------+-----------+-------------------------------------------------------------------------------+------------------+-----------+---------+--------+---------+-----------+-------------+----------+---------+--------------+------------+--------+--------+---------------------+-------------+
| 2015 | 56 Up - Part 1 of 3 | | | Unknown | | None | NR | 00000000 | -1 | | 1895 | 0000-00-00 | 0 | 0 | 0 | 0 | 0 | 1 | Up Series.56 Up (2012) PDTV/56 Up - Part 1 of 3 (14 May 2012)[PDTV(XviD)].avi | 4524250ba4d81078 | | -1 | 1 | 0 | 1 | NULL | 0 | | mythtv.local | | | | 2012-05-19 16:31:33 | MOVIE |
does anyone know of any known bugs similar to this?