|
MythTV master
|
Public Member Functions | |
| def | __init__ (self, *args, **kwargs) |
| def | __str__ (self) |
| def | __eq__ (self, song) |
| def | path1 (self, lrc) |
| def | path2 (self, lrc) |
Static Public Member Functions | |
| def | current (*args, **kwargs) |
| def | next (*args, **kwargs) |
| def | by_offset (*args, **kwargs) |
Public Attributes | |
| artist | |
| title | |
| filepath | |
| embed | |
| source | |
| analyze_safe | |
| SETTING_SAVE_FILENAME_FORMAT | |
| SETTING_SAVE_LYRICS_PATH | |
| SETTING_SAVE_SUBFOLDER | |
| SETTING_SAVE_SUBFOLDER_PATH | |
| utils.Song.artist |
Definition at line 98 of file utils.py.
Referenced by utils.Song.__eq__(), utils.Song.__str__(), and utils.Song.path1().
| utils.Song.filepath |
Definition at line 100 of file utils.py.
Referenced by utils.Song.path2().
| utils.Song.SETTING_SAVE_FILENAME_FORMAT |
Definition at line 104 of file utils.py.
Referenced by utils.Song.path1().
| utils.Song.SETTING_SAVE_LYRICS_PATH |
Definition at line 105 of file utils.py.
Referenced by utils.Song.path1().
| utils.Song.SETTING_SAVE_SUBFOLDER |
Definition at line 106 of file utils.py.
Referenced by utils.Song.path2().
| utils.Song.SETTING_SAVE_SUBFOLDER_PATH |
Definition at line 107 of file utils.py.
Referenced by utils.Song.path2().
| utils.Song.title |
Definition at line 99 of file utils.py.
Referenced by utils.Song.__eq__(), utils.Song.__str__(), and utils.Song.path1().