Diff
Differences From Artifact [cde5ef1bb0]:
- File contrib/compound.py — part of check-in [a4cb6da4ac] at 2015-04-14 16:57:36 on branch trunk — Add old Compound★ example plugin, slightly updated for current meta data scheme. (user: mario, size: 4650) [annotate] [blame] [check-ins using]
To Artifact [b3c0586597]:
- File contrib/compound.py — part of check-in [718fb64e78] at 2015-05-04 17:45:51 on branch trunk — Fix http reference, unneeded. (user: mario, size: 4638) [annotate] [blame] [check-ins using]
21 22 23 24 25 26 27 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | - | # from station occourence count in channels AND their individual listener # count (where available) using some guesswork to eliminate duplicates. from channels import * import action |