ascagnel / mythPlex

Convert MythTV recordings to XBMC/Plex compatible names using the built-in MythTV APIs
Other
14 stars 15 forks source link

Some Minor Issues. #15

Open ianbarton opened 9 years ago

ianbarton commented 9 years ago

First of all thanks for saving me so much work by writing this! I have found a couple of small bugs:

I think loading config file data should all be wrapped in os.path.expanduser, or things blow up if you use ~/ syntax in the config file.

There is a problem if the Title doesn't contain any data. I know this should never happen, but it seems to happen here:)

I don't really want to see recordings in the LiveTV group, so have filtered them out.

I have made changes to fix all these issues and I'll submit patches in a couple of days when I am happy that my fixes don't break anything.