Bibble Media Player: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
* I want to be able to play Windows Playlists on my phone | * I want to be able to play Windows Playlists on my phone | ||
* I want to be able to play Windows Playlists on my receiver | * I want to be able to play Windows Playlists on my receiver | ||
= Day 2= | |||
Back sore and the weekend so perhaps not too much progress today. | |||
Struggled with MSB4018:System.IO.PathTooLongException in 15.8 but fixed using [https://developercommunity.visualstudio.com/content/problem/311465/getting-systemiopathtoolongexception-in-158-for-xa.html this] | |||
Add the following | |||
<AppendTargetFrameworkToIntermediateOutputPath>False</AppendTargetFrameworkToIntermediateOutputPath> |
Revision as of 04:05, 12 October 2018
Day 1
To starting on the road to finally complete a project I start. Like many I have 10 billion unfinished tinkerings. I wonder whether this is like the shed men used to have.
I am thinking that the UI might be the place to work on first. You can stub the back end and show progress quickly and inspire further progress.
So most the time was wasted as I had to update Visual Studio with 8GB and then update the emulator to use Intel Intel
First Thoughts
Source Repository
As Microsoft own Git Hub I will store my code in GitLab
Requirements
- I want to be able to play Windows Playlists from a samba share
- I want to be able to play Windows Playlists on my phone
- I want to be able to play Windows Playlists on my receiver
Day 2
Back sore and the weekend so perhaps not too much progress today.
Struggled with MSB4018:System.IO.PathTooLongException in 15.8 but fixed using this
Add the following
<AppendTargetFrameworkToIntermediateOutputPath>False</AppendTargetFrameworkToIntermediateOutputPath>