When nothing is playing, attempts to get any MPRISv2 property return:
org.freedesktop.DBus.Python.AttributeError: Traceback (most recent call last):
File "/usr/lib/python3.3/site-packages/dbus/service.py", line 707, in _message_cb
retval = candidate_method(self, *args, **keywords)
File "/usr/lib/python3.3/site-packages/gnomemusic/mpris.py", line 184, in Get
return self.GetAll(interface_name)[property_name]
File "/usr/lib/python3.3/site-packages/gnomemusic/mpris.py", line 217, in GetAll
'CanGoNext': self.player.has_next(),
File "/usr/lib/python3.3/site-packages/gnomemusic/player.py", line 174, in has_next
tmp = self.currentTrack.copy()
AttributeError: 'NoneType' object has no attribute 'copy'
When nothing is playing, attempts to get any MPRISv2 property return: