Hi,
I released an update to the amp# software to version v.1.0.2.4:
- Updated the WCF remote control API
- Made the source code available to the GitHub
- Update the NuGet packages int the software
Have fun again 😀
Hi,
A lot of things has been going on since the previous blog post.
First of all I released the vamp# software to the public. It still lacks the proper DVD playback possibility though. First notification of the possibility of this software was mentioned in the blog post called “Silence might be good..” – so lots of hefty coding has been done with a 66 page instruction manual (with lots of pictures – of course 🐣).
A few “side” libraries did spawn with the project as the goal was to make the solution to a single project solution 🙊
Going nuts 😵💫 – no going NuGet phase has been completed (wow 👍).. The next phase is to go to the GitHub which has already started – after that I’ll “flatten” the SVN repository on the NAS as it already takes 26 gigabytes of disk space and the repository contains lots of and lots of useless stuff (💦):
“The long winter is coming..”
I do hate the autumn as it rains all the time and everything is getting wet, cold and dark (I do live in the Scandinavia, Finland) :snowflake: :snowman: – so do develop a bird feeding place to help them to keep alive through the winter 🐦 💖
A holiday.. I do think I’ll take a few weeks of from the “hobby” as the previously mentioned word should never mean stressful (❗) 💤 😴
TODO
Have fun again and don’t let the winter get to you ❄️🥶
– Be seeing you all..
Hi,
I released an update to the vamp# software to version v.1.0.0.4:
Have fun again 😀
Hi,
I released an update to the vamp# software to version v.1.0.0.3:
Have fun again 😀
Hi,
I released an update to the vamp# software to version v.1.0.0.1:
Have fun again 😀
Hi,
I released the first version of the vamp# software, which is a lightweight open source HTPC software for video, audio and photo playback for Microsoft® Windows® platform.
Some features are still in the to do list, but not so important the prevent the initial release.
I do hope you all do enjoy this one 😀
Hi,
I released an update to the VPKSoft.Utils library to version 1.0.3.6.
Have fun again 😀
Hi,
I released a new library called VPKSoft.TMDbFileUtils.
A short description is as,
I’ll hope you’ll have fun playing with it 😋
A library to help enumerate both movie files and directories containing TV show seasons and the run them through the TMBb API.
private void button3_Click(object sender, EventArgs e)
{
EasyClient easy = new EasyClient("abcdefghijklmnopqrstuvwxyz");
configurations = TMDbConfigCache.GetConfigurations(easy, TMDbConfigCache.ConfigPathWinforms);
var details = TMDbFileEnumerator.GetMovies(easy, @"Z:\Movies");
foreach (var detail in details)
{
MessageBox.Show(detail.Description);
}
}
A necessary advertisement
Screen shots
A Visual Studio 2017 Community Edition IDE
Source, GitHub
NuGet