Mercurial > beefweb_mpris
comparison src/player.rs @ 1:a5ee18c79a04
license
| author | Paper <paper@tflc.us> |
|---|---|
| date | Sat, 04 Apr 2026 12:34:46 -0400 |
| parents | d60ab8a4442f |
| children | 594c0f9d7972 |
comparison
equal
deleted
inserted
replaced
| 0:d60ab8a4442f | 1:a5ee18c79a04 |
|---|---|
| 1 /* | |
| 2 * Beefweb <-> mpris "compatibility" layer. | |
| 3 * | |
| 4 * Copyright (C) 2026 Paper | |
| 5 * | |
| 6 * This program is free software; you can redistribute it and/or | |
| 7 * modify it under the terms of the GNU General Public License | |
| 8 * as published by the Free Software Foundation; either version 2 | |
| 9 * of the License, or (at your option) any later version. | |
| 10 * | |
| 11 * This program is distributed in the hope that it will be useful, | |
| 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 14 * GNU General Public License for more details. | |
| 15 * | |
| 16 * You should have received a copy of the GNU General Public License | |
| 17 * along with this program; if not, see | |
| 18 * <https://www.gnu.org/licenses/>. | |
| 19 */ | |
| 20 | |
| 1 use crate::beefweb; | 21 use crate::beefweb; |
| 2 | 22 |
| 3 use zbus::fdo; | 23 use zbus::fdo; |
| 4 use zbus::Result; | 24 use zbus::Result; |
| 5 use std::collections::HashMap; | 25 use std::collections::HashMap; |
