14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Requires a pingback on playing, which is near impossible to implement
# without also controlling the player. Automatic/implied notifications
# could work, or checking via dbus/mpris even.
#
import re
import json
from config import conf, dbg, __print__
from channels import *
import ahttp as http
# Surfmusik sharing site
class _8tracks (ChannelPlugin):
|
|
|
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Requires a pingback on playing, which is near impossible to implement
# without also controlling the player. Automatic/implied notifications
# could work, or checking via dbus/mpris even.
#
import re
import json
from config import *
from channels import *
import ahttp as http
# Surfmusik sharing site
class _8tracks (ChannelPlugin):
|