malte Wrote:Maybe you want to add this as a configurable option.I was considering that, but then it needs a backup if it gets no information, then, some of my friends in Germany who watch French and Portugeese and Turkish Television would have me create a better system. I guess a Default language will work
Quote:Does it mean you don't need any entries from an online source and just "copy" the information from mythtv database to xbmc? That's exactly what I'm looking for! Please tell me if you will implement this in the next days/weeks. Maybe I will try it by myself but I am not very skilled at bash scrptiing.please post up some of your guide data descriptors. If you're not using zap2it who are you using?
One more feature I will try to implement myself (its very special so I don't think anyone else will use it, but who knows...):
I can't rely on all this movie or tv show markers. I don't have "MV" or "SH" entries in my database or something else. But I know it when scheduling my recordings. So I will use different storagegroups for movies and tv shows to have them stored in different directories. In your script I will parse the %DIR% parameter to decide if it is dealing with a movie or tv show. Maybe not the best approach but I am sure it will work.
regards,
malte
here is the code for the NFO file generator I've been working on... however, it is not complete and it does not do anything for XBMC yet as XBMC only supports movies and episodes.
Code:
#Create an NFO file based upon extracted information
GenNFO () {
echo "<episodedetails>">$mythicalLibrarian/NFOFILE.NFO
echo " <title>$ShowName</title>">>"$mythicalLibrarian"/NFOFILE.NFO
test ! -z $seriesid && echo " <episodeguide>http://www.thetvdb.com/api/$APIkey/series/$seriesid/all/en.zip<episodeguide>">>"$mythicalLibrarian"/NFOFILE.NFO
echo " <rating>$rating</rating>">>"$mythicalLibrarian"/NFOFILE.NFO
echo " <plot>$plot</plot>">>"$mythicalLibrarian"/NFOFILE.NFO
echo " <genre>$ShowCategory</genre>">>"$mythicalLibrarian"/NFOFILE.NFO
test ! -z $OriginalAirDate && echo " <aired>$OriginalAirDate</aired>">>"$mythicalLibrarian"/NFOFILE.NFO
echo " <recordstart>$ShowStartTime</recordstart>">>"$mythicalLibrarian"/NFOFILE.NFO
echo "</episodedetails>">>"$mythicalLibrarian"/NFOFILE.NFO
}It will create an NFO file, but it does not do anything for XBMC because XBMC only supports movies and episodes.

![[Image: newsig-1.png]](http://i236.photobucket.com/albums/ff111/DrivingTibNaked/newsig-1.png)
Search
Help