|
| 1 | +# -*- coding: utf-8 -*- |
| 2 | +# |
| 3 | +# Picard, the next-generation MusicBrainz tagger |
| 4 | +# |
| 5 | +# Copyright (C) 2007, 2014, 2016 Lukáš Lalinský |
| 6 | +# Copyright (C) 2014, 2019-2022 Philipp Wolfer |
| 7 | +# Copyright (C) 2014-2016, 2018-2021, 2024 Laurent Monin |
| 8 | +# Copyright (C) 2015 Ohm Patel |
| 9 | +# Copyright (C) 2016 Rahul Raturi |
| 10 | +# Copyright (C) 2016 Wieland Hoffmann |
| 11 | +# Copyright (C) 2016-2017 Frederik “Freso” S. Olesen |
| 12 | +# Copyright (C) 2017 Antonio Larrosa |
| 13 | +# Copyright (C) 2017 Sambhav Kothari |
| 14 | +# Copyright (C) 2018 Vishal Choudhary |
| 15 | +# Copyright (C) 2018, 2021, 2023 Bob Swift |
| 16 | +# Copyright (C) 2020 RomFouq |
| 17 | +# Copyright (C) 2021 Gabriel Ferreira |
| 18 | +# Copyright (C) 2021 Vladislav Karbovskii |
| 19 | +# |
| 20 | +# This program is free software; you can redistribute it and/or |
| 21 | +# modify it under the terms of the GNU General Public License |
| 22 | +# as published by the Free Software Foundation; either version 2 |
| 23 | +# of the License, or (at your option) any later version. |
| 24 | +# |
| 25 | +# This program is distributed in the hope that it will be useful, |
| 26 | +# but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 27 | +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 28 | +# GNU General Public License for more details. |
| 29 | +# |
| 30 | +# You should have received a copy of the GNU General Public License |
| 31 | +# along with this program; if not, write to the Free Software |
| 32 | +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 33 | + |
1 | 34 | import os
|
2 | 35 |
|
3 | 36 | from PyQt6 import QtCore
|
|
0 commit comments