Posts: 20
Joined: Aug 2013
Reputation:
0
txcas
Junior Member
Posts: 20
Under videos I added a source for TV shows stored on a NAS device. They show up nicely under TV Shows. If I I try to add the directory for MythTV recorded shows, the folders for the shows get scanned and show up in XBMC, but the recordings do not show up. Is there a way to do this? I would like to have all the TV recordings in one place under TV Shows, instead of having to go under Live TV/Recordings to see MythTV recorded shows. Both MythTV and XBMC are on the same Ubuntu host.
Posts: 19,982
Joined: May 2009
Reputation:
452
nickr
Retired Team-Kodi Member
Posts: 19,982
Probably the scraper is not recognising the mythtv filenames, which tend to be like 1060_20130817185900.mpg where 1060 identifies your channel and the rest is the time the recording started in the form YYYYMMDDHHMMSS.
You can use mythlink to make symlinks which the scraper will recognise.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Posts: 20
Joined: Aug 2013
Reputation:
0
txcas
Junior Member
Posts: 20
2013-08-18, 00:52
(This post was last modified: 2013-08-18, 04:24 by txcas.)
No luck with mythlink. To test I created symlinks in the recordings folder, in /mnt/pretty, and in my NAS share. I scanned those folders and see the name of the shows as they are scanned, but they never show up under TV Shows.
Posts: 24
Joined: Apr 2008
Reputation:
0
If you gave the file link a reconisable name than xbmc would create the folder and add fanart from tvdb but without any data on the show that woudl not be added so you get folder and pretty fanart but no shows.
The pvr://recordings seems to be a part way attempt at making things work but tvdb is unable to parse series and episode data.
to make it work you need a new folder and a script to populate that with appropriate files names to linked myth files, It also needs to clean up the links once you delete the main recording in live tv.
The one provided by killerkiwi2005 will probably do the job but you'll need to alter the target. and maybe source, it's also not clear if it supports storage groups.
Removing the recording from tvshows will not be possible (you remove from live tv the script runs as cron job on myth server clear link and tvshow vanishes) , Though there are programs out there that will rename the myth files , update the myth database and add link for the old myth names, I haven't looked at this as fudging my myth doesn't appeal.
Posts: 20
Joined: Aug 2013
Reputation:
0
txcas
Junior Member
Posts: 20
Thanks, that explains what is going on and gets my in the right direction.