It is currently September 29th, 2024, 7:35 pm

Creating a DLL for TTPLayer

General topics related to Rainmeter.
takachou
Posts: 5
Joined: April 24th, 2013, 9:00 am

Creating a DLL for TTPLayer

Post by takachou »

Hi,
Even if i don't read chinese i like using TTPlayer and would like to get it fully supported. Any good ideas?? what do i need to create a .dll for it

as am new here i hope am not posting in the wrong part of the forum
User avatar
moshi
Posts: 1740
Joined: November 13th, 2012, 9:53 pm

Re: Creating a DLL for TTPLayer

Post by moshi »

User avatar
moshi
Posts: 1740
Joined: November 13th, 2012, 9:53 pm

Re: Creating a DLL for TTPLayer

Post by moshi »

or try using the already existing plugin. it's name is ttplay.dll and it can be found on the Chinese part of the internet. might be 32-bit only.
poiru
Developer
Posts: 2873
Joined: April 17th, 2009, 12:18 pm

Re: Creating a DLL for TTPLayer

Post by poiru »

You might want to consider extending the NowPlaying plugin (if you know C++).
takachou
Posts: 5
Joined: April 24th, 2013, 9:00 am

Re: Creating a DLL for TTPLayer

Post by takachou »

^^ @poiru
I can't find the info about TTPlayer on the nowplaying.cpp can you direct me to the right file so that I can start working on it please
poiru
Developer
Posts: 2873
Joined: April 17th, 2009, 12:18 pm

Re: Creating a DLL for TTPLayer

Post by poiru »

takachou wrote:^^ @poiru
I can't find the info about TTPlayer on the nowplaying.cpp can you direct me to the right file so that I can start working on it please
There is no proper implementation for TTPlayer yet. You will need to start from scratch (i.e. you will need to create and implement PlayerTTPlayer.cpp).

(The current very limited TTPlayer support is provided through PlayerWLM.cpp.)
takachou
Posts: 5
Joined: April 24th, 2013, 9:00 am

Re: Creating a DLL for TTPLayer

Post by takachou »

thanks ^^
looks like I got to spy on some dll then ^^ this will be fun :)