ascagnel / mythPlex

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

Expand User variables in paths #14

Closed c2dalark closed 9 years ago

c2dalark commented 9 years ago

Currently paths that include ~ in a unix environment or HOME in a windows environment aren't being expanded. A call to os.path.expanduser() should be added to the process that builds the link_path variable.

ascagnel commented 9 years ago

Pushed a fix for this.