Skip to content

Commit 46c7199

Browse files
authored
Merge pull request #25 from Difegue/dev
2.0.0.3
2 parents 1756f25 + 830de3a commit 46c7199

386 files changed

Lines changed: 21102 additions & 7912 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/FUNDING.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# These are supported funding model platforms
2+
3+
github: difegue
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: lanraragi
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel

.github/workflows/build-and-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
5252

5353
env:
54-
Solution_Name: MpcNET
55-
Uap_Project_Path: FluentMPC\FluentMPC.csproj
56-
Uap_Project_Directory: FluentMPC
54+
Solution_Name: Stylophone
55+
Uap_Project_Path: Stylophone\Stylophone.csproj
56+
Uap_Project_Directory: Stylophone
5757

5858
steps:
5959
- name: Checkout
@@ -76,9 +76,9 @@ jobs:
7676

7777
# Execute all unit tests in the solution
7878
# TODO: This only runs the tests for MpcNET right now, since it's .NET Standard-based. Running the UWP tests would be nice too.
79-
- name: Execute unit tests
80-
working-directory: ./Sources
81-
run: dotnet test
79+
#- name: Execute unit tests
80+
# working-directory: ./Sources
81+
# run: dotnet test
8282

8383
# Decode the base 64 encoded pfx and save the Signing_Certificate
8484
- name: Decode the pfx

.gitignore

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
1-
################################################################################
2-
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
3-
################################################################################
4-
5-
/src/.vs
6-
7-
/src/MpcNET/bin
8-
/src/MpcNET/obj
9-
10-
/src/MpcNET.Test/bin
11-
/src/MpcNET.Test/obj
12-
13-
14-
/src/MpcNET.sln.DotSettings.user
15-
/src/MpcNET.Test/MpcNET.Test.csproj.DotSettings
16-
/src/MpcNET/MpcNET.csproj.DotSettings
17-
/.vs
18-
*.user
19-
/Sources/.vs/MpcNET/v15
20-
/Sources/MpcNET/bin/Debug/netstandard2.0
1+
################################################################################
2+
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
3+
################################################################################
4+
5+
/Sources/.vs
6+
/Sources/MpcNET.sln.DotSettings.user
7+
8+
/Sources/MpcNET/bin
219
/Sources/MpcNET/obj
10+
11+
/Sources/MpcNET/MpcNET.csproj.DotSettings
12+
13+
/Sources/MpcNET.Test/bin
2214
/Sources/MpcNET.Test/obj
23-
/Sources/MpcNET/bin
24-
/Sources/MpcNET.Test/bin/Debug/netcoreapp2.0
25-
/Sources/.vs
26-
/Sources/FluentMPC.Core/bin/Debug/netstandard2.0
27-
/Sources/FluentMPC/bin/x86/Debug
28-
/Sources/FluentMPC/obj
29-
/Sources/FluentMPC.Core/obj
30-
/Sources/FluentMPC.Tests.MSTest/obj
15+
/Sources/MpcNET.Test/MpcNET.Test.csproj.DotSettings
16+
17+
/Sources/Stylophone/bin
18+
/Sources/Stylophone/obj
19+
/Sources/Stylophone/Package.StoreAssociation.xml
20+
/Sources/Stylophone/AppPackages
21+
/Sources/Stylophone/BundleArtifacts
22+
23+
/Sources/Stylophone.Common/bin
24+
/Sources/Stylophone.Common/obj
25+
26+
/Sources/Stylophone.Localization/bin
27+
/Sources/Stylophone.Localization/obj
28+
29+
30+
/.vs
31+
*.user
3132
*.pfx
32-
/Sources/FluentMPC/bin/x64/Debug
33-
/Sources/FluentMPC/Package.StoreAssociation.xml
34-
/Sources/FluentMPC/AppPackages
35-
/Sources/FluentMPC/bin
36-
/Sources/FluentMPC/BundleArtifacts
33+
Sources/.DS_Store
34+
Sources/Stylophone.iOS/bin
35+
Sources/Stylophone.iOS/obj
36+
.DS_Store

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="icon.svg" width="128">
1+
<img src="Sources/Stylophone/Assets/Square44x44Logo.targetsize-256.png" width="128">
22

33
Stylophone
44
===========
@@ -8,6 +8,8 @@ Based on [MpcNET](https://github.com/petrkr/MpcNET), the original .NET Client Li
88

99
<a href='//www.microsoft.com/store/apps/9NCB693428T8?cid=storebadge&ocid=badge'><img src='https://developer.microsoft.com/en-us/store/badges/images/English_get-it-from-MS.png' alt='English badge' width="142" height="52"/></a>
1010

11+
[Buy a sticker if you want!](https://ko-fi.com/s/9fcf421b6e)
12+
1113
## Features
1214

1315
* Full playback control
@@ -37,16 +39,15 @@ You can easily contribute translations to Stylophone! To help translate, follow
3739
- If an issue already exists, then don't do this step.
3840
- Fork and clone this repo
3941
- Open in VS 2019
40-
- In the `FluentMPC` project, find the `Strings` folder.
41-
- Create a new folder inside `Strings` that looks like this: `en-US` but using the language you're translating into.
42-
- Add a new `Resources.resw` item in that new folder
43-
- Copy all the existing data from `Strings > en-US` into your new `Resources.resw`
42+
- In the `Stylophone.Localization` project, find the `Strings` folder.
43+
- Create a new file inside `Strings` that looks like this: `Resources.en-US.resx` but using the language you're translating into.
44+
- Copy all the existing data from `Resources.en-US.resx` into your new `Resources.[language].resx`
4445
- Translate the strings from english to your language
4546
- Once done, then commit > push > create pull request!
4647

4748
### Improving an existing language (can be done with any text editor)
4849
- Fork and clone this repo
49-
- Open the the `.resw` file (e.g. `en-US > Resources.resw`) you want to edit. Choose any text editor
50+
- Open the `.resx` file (e.g. `Resources.en-US.resx`) you want to edit. Choose any text editor
5051
- Translate
5152
- Commit > push > create pull request!
5253

@@ -61,5 +62,8 @@ You can easily contribute translations to Stylophone! To help translate, follow
6162

6263
## Privacy Policy
6364

64-
Stylophone collects no data from your computer.
65+
Stylophone collects no data from your computer by default.
6566
The Windows Store version can send anonymized error reports related to crashes of the application back to me.
67+
68+
If you enable Telemetry in the app's settings, the application will send detailed crash reports using App Center.
69+
Those reports can contain information about your hardware. (Motherboard type, etc)

Screenshots/Screen1.jpg

-926 KB
Loading

Screenshots/Screen2.jpg

-186 KB
Loading

Screenshots/Screen3.jpg

-702 KB
Loading

Screenshots/Screen4.jpg

-456 KB
Loading

Screenshots/Screen5.jpg

-632 KB
Loading

Screenshots/Screen6.jpg

-36.7 KB
Loading

0 commit comments

Comments
 (0)