playsound3 2.2.0__tar.gz → 2.2.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -53,6 +53,7 @@
53
53
  <inspection_tool class="DuplicatedCode" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
54
54
  <inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
55
55
  <inspection_tool class="GrazieInspection" enabled="false" level="TYPO" enabled_by_default="false" />
56
+ <inspection_tool class="HttpUrlsUsage" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
56
57
  <inspection_tool class="IfStdIsConstantEvaluatedCanBeReplaced" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
57
58
  <inspection_tool class="PyAttributeOutsideInitInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
58
59
  <inspection_tool class="PyBroadExceptionInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11" project-jdk-type="Python SDK" />
4
+ </project>
@@ -2,11 +2,11 @@
2
2
  <module type="PYTHON_MODULE" version="4">
3
3
  <component name="NewModuleRootManager">
4
4
  <content url="file://$MODULE_DIR$" />
5
- <orderEntry type="jdk" jdkName="other" jdkType="Python SDK" />
5
+ <orderEntry type="inheritedJdk" />
6
6
  <orderEntry type="sourceFolder" forTests="false" />
7
7
  </component>
8
8
  <component name="PyDocumentationSettings">
9
- <option name="format" value="PLAIN" />
10
- <option name="myDocStringFormat" value="Plain" />
9
+ <option name="format" value="GOOGLE" />
10
+ <option name="myDocStringFormat" value="Google" />
11
11
  </component>
12
12
  </module>
@@ -0,0 +1,64 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="AutoImportSettings">
4
+ <option name="autoReloadType" value="SELECTIVE" />
5
+ </component>
6
+ <component name="ChangeListManager">
7
+ <list default="true" id="2705570e-7e20-4df6-8d36-c92297b76a29" name="Changes" comment="" />
8
+ <option name="SHOW_DIALOG" value="false" />
9
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
10
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
11
+ <option name="LAST_RESOLUTION" value="IGNORE" />
12
+ </component>
13
+ <component name="Git.Settings">
14
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
15
+ </component>
16
+ <component name="ProjectColorInfo">{
17
+ &quot;customColor&quot;: &quot;&quot;,
18
+ &quot;associatedIndex&quot;: 3
19
+ }</component>
20
+ <component name="ProjectId" id="2gBUCZFB7EqaDQifZXXBWSwRrGh" />
21
+ <component name="ProjectViewState">
22
+ <option name="hideEmptyMiddlePackages" value="true" />
23
+ <option name="showLibraryContents" value="true" />
24
+ </component>
25
+ <component name="PropertiesComponent">{
26
+ &quot;keyToString&quot;: {
27
+ &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
28
+ &quot;git-widget-placeholder&quot;: &quot;main&quot;,
29
+ &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
30
+ &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
31
+ &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
32
+ &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
33
+ &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
34
+ &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
35
+ }
36
+ }</component>
37
+ <component name="SharedIndexes">
38
+ <attachedChunks>
39
+ <set>
40
+ <option value="bundled-js-predefined-1d06a55b98c1-0b3e54e931b4-JavaScript-PY-241.18034.82" />
41
+ <option value="bundled-python-sdk-975db3bf15a3-2767605e8bc2-com.jetbrains.pycharm.pro.sharedIndexes.bundled-PY-241.18034.82" />
42
+ </set>
43
+ </attachedChunks>
44
+ </component>
45
+ <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
46
+ <component name="TaskManager">
47
+ <task active="true" id="Default" summary="Default task">
48
+ <changelist id="2705570e-7e20-4df6-8d36-c92297b76a29" name="Changes" comment="" />
49
+ <created>1715170337178</created>
50
+ <option name="number" value="Default" />
51
+ <option name="presentableId" value="Default" />
52
+ <updated>1715170337178</updated>
53
+ <workItem from="1715170338210" duration="613000" />
54
+ <workItem from="1715172875954" duration="11000" />
55
+ <workItem from="1715173506044" duration="8000" />
56
+ <workItem from="1715173784613" duration="4000" />
57
+ <workItem from="1719587131749" duration="38000" />
58
+ </task>
59
+ <servers />
60
+ </component>
61
+ <component name="TypeScriptGeneratedFilesManager">
62
+ <option name="version" value="3" />
63
+ </component>
64
+ </project>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: playsound3
3
- Version: 2.2.0
3
+ Version: 2.2.2
4
4
  Summary: Cross-platform library to play audio files
5
5
  Project-URL: Repository, https://github.com/sjmikler/playsound3
6
6
  Project-URL: Issues, https://github.com/sjmikler/playsound3/issues
@@ -89,3 +89,13 @@ It is recommended to use the default value of `None` to let the library choose t
89
89
  * aplay for .wav and mpg123 .mp3
90
90
  * **Windows** using winmm.dll (built-in on Windows)
91
91
  * **OS X** using afplay utility (built-in on OS X)
92
+
93
+ ## Fork information
94
+
95
+ This repository was originally forked from [playsound](https://github.com/TaylorSMarks/playsound) library created by Taylor Marks. The original library is unfortunately not maintained anymore and doesn't accept pull requests. This library: `playsound3` is a major rewrite of the original, including its own set of tests hosted using GitHub Actions.
96
+
97
+ Compared to the original, `playsound3`:
98
+ * drops support for Python 2
99
+ * adheres to the latest PEP standards
100
+ * offers multiple backends with a fallback mechanism if the default backend is not available
101
+ * is accepting contributions
@@ -59,3 +59,13 @@ It is recommended to use the default value of `None` to let the library choose t
59
59
  * aplay for .wav and mpg123 .mp3
60
60
  * **Windows** using winmm.dll (built-in on Windows)
61
61
  * **OS X** using afplay utility (built-in on OS X)
62
+
63
+ ## Fork information
64
+
65
+ This repository was originally forked from [playsound](https://github.com/TaylorSMarks/playsound) library created by Taylor Marks. The original library is unfortunately not maintained anymore and doesn't accept pull requests. This library: `playsound3` is a major rewrite of the original, including its own set of tests hosted using GitHub Actions.
66
+
67
+ Compared to the original, `playsound3`:
68
+ * drops support for Python 2
69
+ * adheres to the latest PEP standards
70
+ * offers multiple backends with a fallback mechanism if the default backend is not available
71
+ * is accepting contributions
@@ -1,7 +1,6 @@
1
1
  import atexit
2
2
  import ctypes
3
3
  import logging
4
- import os
5
4
  import platform
6
5
  import ssl
7
6
  import subprocess
@@ -15,7 +14,6 @@ from typing import Callable, Dict, Union
15
14
 
16
15
  import certifi
17
16
 
18
- logging.basicConfig(level=os.environ.get("LOGLEVEL", "WARNING"))
19
17
  logger = logging.getLogger(__name__)
20
18
 
21
19
  _PLAYSOUND_DEFAULT_BACKEND: Callable[[str], None]
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "playsound3"
7
- version = "2.2.0"
7
+ version = "2.2.2"
8
8
  requires-python = ">=3.7"
9
9
  authors = [
10
10
  { name = "Szymon Mikler", email = "sjmikler@gmail.com" },
@@ -1,10 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="Black">
4
- <option name="enabledOnReformat" value="true" />
5
- <option name="executionMode" value="BINARY" />
6
- <option name="pathToExecutable" value="/usr/bin/black" />
7
- <option name="sdkName" value="other" />
8
- </component>
9
- <component name="ProjectRootManager" version="2" project-jdk-name="other" project-jdk-type="Python SDK" />
10
- </project>
@@ -1,528 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="AutoImportSettings">
4
- <option name="autoReloadType" value="SELECTIVE" />
5
- </component>
6
- <component name="ChangeListManager">
7
- <list default="true" id="4fbee7df-bfbf-4326-aa56-dc3a718f551b" name="Changes" comment="Add backend selection">
8
- <change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
9
- </list>
10
- <option name="SHOW_DIALOG" value="false" />
11
- <option name="HIGHLIGHT_CONFLICTS" value="true" />
12
- <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
13
- <option name="LAST_RESOLUTION" value="IGNORE" />
14
- </component>
15
- <component name="Git.Settings">
16
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
17
- </component>
18
- <component name="ProjectColorInfo">{
19
- &quot;associatedIndex&quot;: 3
20
- }</component>
21
- <component name="ProjectId" id="2g5sXLf8F18eSiUiNloeaQqPaCM" />
22
- <component name="ProjectViewState">
23
- <option name="hideEmptyMiddlePackages" value="true" />
24
- <option name="showLibraryContents" value="true" />
25
- <option name="sortKey" value="BY_TIME_DESCENDING" />
26
- </component>
27
- <component name="PropertiesComponent"><![CDATA[{
28
- "keyToString": {
29
- "RunOnceActivity.ShowReadmeOnStart": "true",
30
- "git-widget-placeholder": "develop",
31
- "last_opened_file_path": "/home/gaha/workspace/python/playsound3/.github/workflows",
32
- "node.js.detected.package.eslint": "true",
33
- "node.js.detected.package.tslint": "true",
34
- "node.js.selected.package.eslint": "(autodetect)",
35
- "node.js.selected.package.tslint": "(autodetect)",
36
- "nodejs_package_manager_path": "npm",
37
- "settings.editor.selected.configurable": "preferences.sourceCode",
38
- "vue.rearranger.settings.migration": "true"
39
- }
40
- }]]></component>
41
- <component name="PyConsoleOptionsProvider">
42
- <option name="myPythonConsoleState">
43
- <console-settings custom-start-script="%load_ext autoreload&#10;%autoreload 2&#10;&#10;import sys; print('Python %s on %s' % (sys.version, sys.platform))&#10;sys.path.extend([WORKING_DIR_AND_PYTHON_PATHS])&#10;" module-name="playsound3" is-module-sdk="true">
44
- <option name="myCustomStartScript" value="%load_ext autoreload&#10;%autoreload 2&#10;&#10;import sys; print('Python %s on %s' % (sys.version, sys.platform))&#10;sys.path.extend([WORKING_DIR_AND_PYTHON_PATHS])&#10;" />
45
- <option name="myUseModuleSdk" value="true" />
46
- <option name="myModuleName" value="playsound3" />
47
- </console-settings>
48
- </option>
49
- <option name="myShowVariablesByDefault" value="false" />
50
- </component>
51
- <component name="RecentsManager">
52
- <key name="CopyFile.RECENT_KEYS">
53
- <recent name="$PROJECT_DIR$/.github/workflows" />
54
- <recent name="$PROJECT_DIR$" />
55
- </key>
56
- <key name="MoveFile.RECENT_KEYS">
57
- <recent name="$PROJECT_DIR$/devel" />
58
- <recent name="$PROJECT_DIR$/playsound2" />
59
- </key>
60
- </component>
61
- <component name="SharedIndexes">
62
- <attachedChunks>
63
- <set>
64
- <option value="bundled-js-predefined-1d06a55b98c1-74d2a5396914-JavaScript-PY-241.14494.241" />
65
- <option value="bundled-python-sdk-0509580d9d50-28c9f5db9ffe-com.jetbrains.pycharm.pro.sharedIndexes.bundled-PY-241.14494.241" />
66
- </set>
67
- </attachedChunks>
68
- </component>
69
- <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
70
- <component name="TaskManager">
71
- <task active="true" id="Default" summary="Default task">
72
- <changelist id="4fbee7df-bfbf-4326-aa56-dc3a718f551b" name="Changes" comment="" />
73
- <created>1714998812773</created>
74
- <option name="number" value="Default" />
75
- <option name="presentableId" value="Default" />
76
- <updated>1714998812773</updated>
77
- <workItem from="1714998813807" duration="5416000" />
78
- <workItem from="1715004716181" duration="5329000" />
79
- <workItem from="1715014531807" duration="3424000" />
80
- <workItem from="1715028902191" duration="292000" />
81
- <workItem from="1715029948125" duration="587000" />
82
- <workItem from="1715030546044" duration="41000" />
83
- <workItem from="1715030697321" duration="9000" />
84
- <workItem from="1715035744281" duration="106000" />
85
- <workItem from="1715035857578" duration="3880000" />
86
- <workItem from="1715073679361" duration="15313000" />
87
- <workItem from="1715089410611" duration="1698000" />
88
- <workItem from="1715092844590" duration="65000" />
89
- <workItem from="1715104032924" duration="5932000" />
90
- </task>
91
- <task id="LOCAL-00057" summary="Github actions - add local sound files">
92
- <option name="closed" value="true" />
93
- <created>1715084997443</created>
94
- <option name="number" value="00057" />
95
- <option name="presentableId" value="LOCAL-00057" />
96
- <option name="project" value="LOCAL" />
97
- <updated>1715084997443</updated>
98
- </task>
99
- <task id="LOCAL-00058" summary="Github actions - add local sound files">
100
- <option name="closed" value="true" />
101
- <created>1715085139085</created>
102
- <option name="number" value="00058" />
103
- <option name="presentableId" value="LOCAL-00058" />
104
- <option name="project" value="LOCAL" />
105
- <updated>1715085139085</updated>
106
- </task>
107
- <task id="LOCAL-00059" summary="Github actions - add local sound files">
108
- <option name="closed" value="true" />
109
- <created>1715085346728</created>
110
- <option name="number" value="00059" />
111
- <option name="presentableId" value="LOCAL-00059" />
112
- <option name="project" value="LOCAL" />
113
- <updated>1715085346728</updated>
114
- </task>
115
- <task id="LOCAL-00060" summary="Github actions - add local sound files">
116
- <option name="closed" value="true" />
117
- <created>1715085443292</created>
118
- <option name="number" value="00060" />
119
- <option name="presentableId" value="LOCAL-00060" />
120
- <option name="project" value="LOCAL" />
121
- <updated>1715085443292</updated>
122
- </task>
123
- <task id="LOCAL-00061" summary="Github actions - add local sound files">
124
- <option name="closed" value="true" />
125
- <created>1715085629196</created>
126
- <option name="number" value="00061" />
127
- <option name="presentableId" value="LOCAL-00061" />
128
- <option name="project" value="LOCAL" />
129
- <updated>1715085629196</updated>
130
- </task>
131
- <task id="LOCAL-00062" summary="Github actions - add local sound files">
132
- <option name="closed" value="true" />
133
- <created>1715085788467</created>
134
- <option name="number" value="00062" />
135
- <option name="presentableId" value="LOCAL-00062" />
136
- <option name="project" value="LOCAL" />
137
- <updated>1715085788467</updated>
138
- </task>
139
- <task id="LOCAL-00063" summary="Github actions - add local sound files">
140
- <option name="closed" value="true" />
141
- <created>1715085868822</created>
142
- <option name="number" value="00063" />
143
- <option name="presentableId" value="LOCAL-00063" />
144
- <option name="project" value="LOCAL" />
145
- <updated>1715085868822</updated>
146
- </task>
147
- <task id="LOCAL-00064" summary="Github actions - add local sound files">
148
- <option name="closed" value="true" />
149
- <created>1715085940716</created>
150
- <option name="number" value="00064" />
151
- <option name="presentableId" value="LOCAL-00064" />
152
- <option name="project" value="LOCAL" />
153
- <updated>1715085940716</updated>
154
- </task>
155
- <task id="LOCAL-00065" summary="Github actions - add local sound files">
156
- <option name="closed" value="true" />
157
- <created>1715086197671</created>
158
- <option name="number" value="00065" />
159
- <option name="presentableId" value="LOCAL-00065" />
160
- <option name="project" value="LOCAL" />
161
- <updated>1715086197671</updated>
162
- </task>
163
- <task id="LOCAL-00066" summary="Github actions - add local sound files">
164
- <option name="closed" value="true" />
165
- <created>1715086565429</created>
166
- <option name="number" value="00066" />
167
- <option name="presentableId" value="LOCAL-00066" />
168
- <option name="project" value="LOCAL" />
169
- <updated>1715086565429</updated>
170
- </task>
171
- <task id="LOCAL-00067" summary="Github actions - add local sound files">
172
- <option name="closed" value="true" />
173
- <created>1715086781691</created>
174
- <option name="number" value="00067" />
175
- <option name="presentableId" value="LOCAL-00067" />
176
- <option name="project" value="LOCAL" />
177
- <updated>1715086781691</updated>
178
- </task>
179
- <task id="LOCAL-00068" summary="Github actions - add local sound files">
180
- <option name="closed" value="true" />
181
- <created>1715087004454</created>
182
- <option name="number" value="00068" />
183
- <option name="presentableId" value="LOCAL-00068" />
184
- <option name="project" value="LOCAL" />
185
- <updated>1715087004454</updated>
186
- </task>
187
- <task id="LOCAL-00069" summary="Github actions - add local sound files">
188
- <option name="closed" value="true" />
189
- <created>1715087496389</created>
190
- <option name="number" value="00069" />
191
- <option name="presentableId" value="LOCAL-00069" />
192
- <option name="project" value="LOCAL" />
193
- <updated>1715087496389</updated>
194
- </task>
195
- <task id="LOCAL-00070" summary="Github actions - add local sound files">
196
- <option name="closed" value="true" />
197
- <created>1715087591063</created>
198
- <option name="number" value="00070" />
199
- <option name="presentableId" value="LOCAL-00070" />
200
- <option name="project" value="LOCAL" />
201
- <updated>1715087591063</updated>
202
- </task>
203
- <task id="LOCAL-00071" summary="Github actions - add local sound files">
204
- <option name="closed" value="true" />
205
- <created>1715087761324</created>
206
- <option name="number" value="00071" />
207
- <option name="presentableId" value="LOCAL-00071" />
208
- <option name="project" value="LOCAL" />
209
- <updated>1715087761324</updated>
210
- </task>
211
- <task id="LOCAL-00072" summary="Github actions - other fixes">
212
- <option name="closed" value="true" />
213
- <created>1715088071361</created>
214
- <option name="number" value="00072" />
215
- <option name="presentableId" value="LOCAL-00072" />
216
- <option name="project" value="LOCAL" />
217
- <updated>1715088071361</updated>
218
- </task>
219
- <task id="LOCAL-00073" summary="Github actions - other fixes">
220
- <option name="closed" value="true" />
221
- <created>1715088182515</created>
222
- <option name="number" value="00073" />
223
- <option name="presentableId" value="LOCAL-00073" />
224
- <option name="project" value="LOCAL" />
225
- <updated>1715088182515</updated>
226
- </task>
227
- <task id="LOCAL-00074" summary="Github actions - other fixes">
228
- <option name="closed" value="true" />
229
- <created>1715088453532</created>
230
- <option name="number" value="00074" />
231
- <option name="presentableId" value="LOCAL-00074" />
232
- <option name="project" value="LOCAL" />
233
- <updated>1715088453532</updated>
234
- </task>
235
- <task id="LOCAL-00075" summary="Github actions - other fixes">
236
- <option name="closed" value="true" />
237
- <created>1715088568535</created>
238
- <option name="number" value="00075" />
239
- <option name="presentableId" value="LOCAL-00075" />
240
- <option name="project" value="LOCAL" />
241
- <updated>1715088568535</updated>
242
- </task>
243
- <task id="LOCAL-00076" summary="Skip windows test">
244
- <option name="closed" value="true" />
245
- <created>1715088709633</created>
246
- <option name="number" value="00076" />
247
- <option name="presentableId" value="LOCAL-00076" />
248
- <option name="project" value="LOCAL" />
249
- <updated>1715088709633</updated>
250
- </task>
251
- <task id="LOCAL-00077" summary="Update README">
252
- <option name="closed" value="true" />
253
- <created>1715088969893</created>
254
- <option name="number" value="00077" />
255
- <option name="presentableId" value="LOCAL-00077" />
256
- <option name="project" value="LOCAL" />
257
- <updated>1715088969893</updated>
258
- </task>
259
- <task id="LOCAL-00078" summary="Use URLs in blocking test">
260
- <option name="closed" value="true" />
261
- <created>1715089442965</created>
262
- <option name="number" value="00078" />
263
- <option name="presentableId" value="LOCAL-00078" />
264
- <option name="project" value="LOCAL" />
265
- <updated>1715089442965</updated>
266
- </task>
267
- <task id="LOCAL-00079" summary="Remove audio samples">
268
- <option name="closed" value="true" />
269
- <created>1715089800126</created>
270
- <option name="number" value="00079" />
271
- <option name="presentableId" value="LOCAL-00079" />
272
- <option name="project" value="LOCAL" />
273
- <updated>1715089800126</updated>
274
- </task>
275
- <task id="LOCAL-00080" summary="Modify Linux backend">
276
- <option name="closed" value="true" />
277
- <created>1715089812786</created>
278
- <option name="number" value="00080" />
279
- <option name="presentableId" value="LOCAL-00080" />
280
- <option name="project" value="LOCAL" />
281
- <updated>1715089812786</updated>
282
- </task>
283
- <task id="LOCAL-00081" summary="Remove unsued dependency">
284
- <option name="closed" value="true" />
285
- <created>1715090132556</created>
286
- <option name="number" value="00081" />
287
- <option name="presentableId" value="LOCAL-00081" />
288
- <option name="project" value="LOCAL" />
289
- <updated>1715090132556</updated>
290
- </task>
291
- <task id="LOCAL-00082" summary="Change backend naming">
292
- <option name="closed" value="true" />
293
- <created>1715090141200</created>
294
- <option name="number" value="00082" />
295
- <option name="presentableId" value="LOCAL-00082" />
296
- <option name="project" value="LOCAL" />
297
- <updated>1715090141200</updated>
298
- </task>
299
- <task id="LOCAL-00083" summary="Bump version for release">
300
- <option name="closed" value="true" />
301
- <created>1715090202630</created>
302
- <option name="number" value="00083" />
303
- <option name="presentableId" value="LOCAL-00083" />
304
- <option name="project" value="LOCAL" />
305
- <updated>1715090202630</updated>
306
- </task>
307
- <task id="LOCAL-00084" summary="Remove unnecessary note">
308
- <option name="closed" value="true" />
309
- <created>1715090230713</created>
310
- <option name="number" value="00084" />
311
- <option name="presentableId" value="LOCAL-00084" />
312
- <option name="project" value="LOCAL" />
313
- <updated>1715090230713</updated>
314
- </task>
315
- <task id="LOCAL-00085" summary="Bump version for release">
316
- <option name="closed" value="true" />
317
- <created>1715090244286</created>
318
- <option name="number" value="00085" />
319
- <option name="presentableId" value="LOCAL-00085" />
320
- <option name="project" value="LOCAL" />
321
- <updated>1715090244286</updated>
322
- </task>
323
- <task id="LOCAL-00086" summary="Update comments in a test">
324
- <option name="closed" value="true" />
325
- <created>1715090571937</created>
326
- <option name="number" value="00086" />
327
- <option name="presentableId" value="LOCAL-00086" />
328
- <option name="project" value="LOCAL" />
329
- <updated>1715090571937</updated>
330
- </task>
331
- <task id="LOCAL-00087" summary="Allow setting up LOGLEVEL from env variable">
332
- <option name="closed" value="true" />
333
- <created>1715091065398</created>
334
- <option name="number" value="00087" />
335
- <option name="presentableId" value="LOCAL-00087" />
336
- <option name="project" value="LOCAL" />
337
- <updated>1715091065398</updated>
338
- </task>
339
- <task id="LOCAL-00088" summary="Bump version for release">
340
- <option name="closed" value="true" />
341
- <created>1715091100461</created>
342
- <option name="number" value="00088" />
343
- <option name="presentableId" value="LOCAL-00088" />
344
- <option name="project" value="LOCAL" />
345
- <updated>1715091100461</updated>
346
- </task>
347
- <task id="LOCAL-00089" summary="Add backend selection">
348
- <option name="closed" value="true" />
349
- <created>1715106087024</created>
350
- <option name="number" value="00089" />
351
- <option name="presentableId" value="LOCAL-00089" />
352
- <option name="project" value="LOCAL" />
353
- <updated>1715106087024</updated>
354
- </task>
355
- <task id="LOCAL-00090" summary="Add backend selection">
356
- <option name="closed" value="true" />
357
- <created>1715107430827</created>
358
- <option name="number" value="00090" />
359
- <option name="presentableId" value="LOCAL-00090" />
360
- <option name="project" value="LOCAL" />
361
- <updated>1715107430827</updated>
362
- </task>
363
- <task id="LOCAL-00091" summary="Update linux tests with new backends">
364
- <option name="closed" value="true" />
365
- <created>1715107442275</created>
366
- <option name="number" value="00091" />
367
- <option name="presentableId" value="LOCAL-00091" />
368
- <option name="project" value="LOCAL" />
369
- <updated>1715107442275</updated>
370
- </task>
371
- <task id="LOCAL-00092" summary="Remove timeout from Mac OS and Windows tests">
372
- <option name="closed" value="true" />
373
- <created>1715107681229</created>
374
- <option name="number" value="00092" />
375
- <option name="presentableId" value="LOCAL-00092" />
376
- <option name="project" value="LOCAL" />
377
- <updated>1715107681229</updated>
378
- </task>
379
- <task id="LOCAL-00093" summary="Extend linux test names">
380
- <option name="closed" value="true" />
381
- <created>1715107714227</created>
382
- <option name="number" value="00093" />
383
- <option name="presentableId" value="LOCAL-00093" />
384
- <option name="project" value="LOCAL" />
385
- <updated>1715107714227</updated>
386
- </task>
387
- <task id="LOCAL-00094" summary="Add ffmpeg installation to the test">
388
- <option name="closed" value="true" />
389
- <created>1715107899040</created>
390
- <option name="number" value="00094" />
391
- <option name="presentableId" value="LOCAL-00094" />
392
- <option name="project" value="LOCAL" />
393
- <updated>1715107899040</updated>
394
- </task>
395
- <task id="LOCAL-00095" summary="Add alsa installation to the test">
396
- <option name="closed" value="true" />
397
- <created>1715108002876</created>
398
- <option name="number" value="00095" />
399
- <option name="presentableId" value="LOCAL-00095" />
400
- <option name="project" value="LOCAL" />
401
- <updated>1715108002876</updated>
402
- </task>
403
- <task id="LOCAL-00096" summary="Add pulseaudio installation to all Linux tests">
404
- <option name="closed" value="true" />
405
- <created>1715108165898</created>
406
- <option name="number" value="00096" />
407
- <option name="presentableId" value="LOCAL-00096" />
408
- <option name="project" value="LOCAL" />
409
- <updated>1715108165898</updated>
410
- </task>
411
- <task id="LOCAL-00097" summary="Add file suffix when saving file from web">
412
- <option name="closed" value="true" />
413
- <created>1715108478826</created>
414
- <option name="number" value="00097" />
415
- <option name="presentableId" value="LOCAL-00097" />
416
- <option name="project" value="LOCAL" />
417
- <updated>1715108478826</updated>
418
- </task>
419
- <task id="LOCAL-00098" summary="Add file suffix when saving file from web">
420
- <option name="closed" value="true" />
421
- <created>1715108491497</created>
422
- <option name="number" value="00098" />
423
- <option name="presentableId" value="LOCAL-00098" />
424
- <option name="project" value="LOCAL" />
425
- <updated>1715108491497</updated>
426
- </task>
427
- <task id="LOCAL-00099" summary="Rollback to single Linux test">
428
- <option name="closed" value="true" />
429
- <created>1715108963867</created>
430
- <option name="number" value="00099" />
431
- <option name="presentableId" value="LOCAL-00099" />
432
- <option name="project" value="LOCAL" />
433
- <updated>1715108963867</updated>
434
- </task>
435
- <task id="LOCAL-00100" summary="Rollback to single Linux test">
436
- <option name="closed" value="true" />
437
- <created>1715108968066</created>
438
- <option name="number" value="00100" />
439
- <option name="presentableId" value="LOCAL-00100" />
440
- <option name="project" value="LOCAL" />
441
- <updated>1715108968066</updated>
442
- </task>
443
- <task id="LOCAL-00101" summary="Rollback to single Linux test">
444
- <option name="closed" value="true" />
445
- <created>1715108971617</created>
446
- <option name="number" value="00101" />
447
- <option name="presentableId" value="LOCAL-00101" />
448
- <option name="project" value="LOCAL" />
449
- <updated>1715108971617</updated>
450
- </task>
451
- <task id="LOCAL-00102" summary="Fix typo">
452
- <option name="closed" value="true" />
453
- <created>1715108980422</created>
454
- <option name="number" value="00102" />
455
- <option name="presentableId" value="LOCAL-00102" />
456
- <option name="project" value="LOCAL" />
457
- <updated>1715108980422</updated>
458
- </task>
459
- <task id="LOCAL-00103" summary="Documentation updates">
460
- <option name="closed" value="true" />
461
- <created>1715109388477</created>
462
- <option name="number" value="00103" />
463
- <option name="presentableId" value="LOCAL-00103" />
464
- <option name="project" value="LOCAL" />
465
- <updated>1715109388477</updated>
466
- </task>
467
- <task id="LOCAL-00104" summary="Better error handling">
468
- <option name="closed" value="true" />
469
- <created>1715109718199</created>
470
- <option name="number" value="00104" />
471
- <option name="presentableId" value="LOCAL-00104" />
472
- <option name="project" value="LOCAL" />
473
- <updated>1715109718199</updated>
474
- </task>
475
- <task id="LOCAL-00105" summary="Add backend selection">
476
- <option name="closed" value="true" />
477
- <created>1715109890231</created>
478
- <option name="number" value="00105" />
479
- <option name="presentableId" value="LOCAL-00105" />
480
- <option name="project" value="LOCAL" />
481
- <updated>1715109890231</updated>
482
- </task>
483
- <option name="localTasksCounter" value="106" />
484
- <servers />
485
- </component>
486
- <component name="TypeScriptGeneratedFilesManager">
487
- <option name="version" value="3" />
488
- </component>
489
- <component name="Vcs.Log.Tabs.Properties">
490
- <option name="TAB_STATES">
491
- <map>
492
- <entry key="MAIN">
493
- <value>
494
- <State />
495
- </value>
496
- </entry>
497
- </map>
498
- </option>
499
- </component>
500
- <component name="VcsManagerConfiguration">
501
- <MESSAGE value="Github actions - add local sound files" />
502
- <MESSAGE value="Github actions - other fixes" />
503
- <MESSAGE value="Skip windows test" />
504
- <MESSAGE value="Update README" />
505
- <MESSAGE value="Use URLs in blocking test" />
506
- <MESSAGE value="Remove audio samples" />
507
- <MESSAGE value="Modify Linux backend" />
508
- <MESSAGE value="Remove unsued dependency" />
509
- <MESSAGE value="Change backend naming" />
510
- <MESSAGE value="Remove unnecessary note" />
511
- <MESSAGE value="Update comments in a test" />
512
- <MESSAGE value="Allow setting up LOGLEVEL from env variable" />
513
- <MESSAGE value="Bump version for release" />
514
- <MESSAGE value="Update linux tests with new backends" />
515
- <MESSAGE value="Remove timeout from Mac OS and Windows tests" />
516
- <MESSAGE value="Extend linux test names" />
517
- <MESSAGE value="Add ffmpeg installation to the test" />
518
- <MESSAGE value="Add alsa installation to the test" />
519
- <MESSAGE value="Add pulseaudio installation to all Linux tests" />
520
- <MESSAGE value="Add file suffix when saving file from web" />
521
- <MESSAGE value="Rollback to single Linux test" />
522
- <MESSAGE value="Fix typo" />
523
- <MESSAGE value="Documentation updates" />
524
- <MESSAGE value="Better error handling" />
525
- <MESSAGE value="Add backend selection" />
526
- <option name="LAST_COMMIT_MESSAGE" value="Add backend selection" />
527
- </component>
528
- </project>
File without changes
File without changes
File without changes
File without changes
File without changes