Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webmaster442/tcplayer2
The successor of my previous project, TCPlayer.
https://github.com/webmaster442/tcplayer2
bass-library dlna-player dotnet5 equalizer internet-radio-player mp3-player mp4 music music-player remote-control wpf wpf-application
Last synced: 12 days ago
JSON representation
The successor of my previous project, TCPlayer.
- Host: GitHub
- URL: https://github.com/webmaster442/tcplayer2
- Owner: webmaster442
- License: mit
- Created: 2021-03-07T18:09:16.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-12T18:15:52.000Z (about 3 years ago)
- Last Synced: 2024-11-12T10:08:27.014Z (2 months ago)
- Topics: bass-library, dlna-player, dotnet5, equalizer, internet-radio-player, mp3-player, mp4, music, music-player, remote-control, wpf, wpf-application
- Language: C#
- Homepage:
- Size: 1.1 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TcPlayer2
TC Player 2 is a ground up recreation of my previous player, TCPlayer (https://github.com/webmaster442/TCPlayer)
## Why a rewite?
When I developed TCPlayer, it started a small project and back then I didn't gave much thought into designing it for the future, so over the time adding new features to it became hard and some design decisions that I made back then, made the code unupgradable without a massive rewite.
## Features
Some features were ditched from the original project. These include:
* Localization support
* Support for tracker files
* Support for Windows7/8
* Support for 32 bit operating systems.New features:
* Windows 10 itegration
* Support for loading and streaming from DLNA servers
* Support for loading and playing youtube streams (for this a copy of youtube-dl is required)
* Web based remote support
* 5 band equalizer## Development
The project currently uses .NET 5 and requires VS 2019 as a development tool.