2011-02-28 12:59:32 -05:00
|
|
|
/*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program; if not, write to the Free Software
|
2012-12-23 14:36:54 -05:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2011-02-28 12:59:32 -05:00
|
|
|
*/
|
|
|
|
|
|
|
|
//static int DEBUG=0;
|
|
|
|
static char *VERSION="0.0.6";
|
|
|
|
|
|
|
|
#include <windows.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <ctype.h>
|
|
|
|
#include <math.h>
|
2012-10-24 15:33:02 -04:00
|
|
|
#include "hexchat-plugin.h"
|
2012-10-30 03:42:48 -04:00
|
|
|
static hexchat_plugin *ph;
|
2011-02-28 12:59:32 -05:00
|
|
|
|
|
|
|
#include "functions.c"
|
|
|
|
#include "mp3Info.c"
|
|
|
|
#include "oggInfo.c"
|
|
|
|
#include "theme.c"
|
|
|
|
|
|
|
|
static int print_themes (char *word[], char *word_eol[], void *userdata){
|
|
|
|
printThemes();
|
2012-10-30 02:40:37 -04:00
|
|
|
return HEXCHAT_EAT_ALL;
|
2011-02-28 12:59:32 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
static int mpc_themeReload(char *word[], char *word_eol[], void *userdata){
|
|
|
|
themeInit();
|
|
|
|
loadThemes();
|
2012-10-30 02:40:37 -04:00
|
|
|
return HEXCHAT_EAT_ALL;
|
2011-02-28 12:59:32 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
static int mpc_tell(char *word[], char *word_eol[], void *userdata){
|
|
|
|
char *tTitle, *zero, *oggLine, *line;
|
|
|
|
struct tagInfo info;
|
|
|
|
HWND hwnd = FindWindow("MediaPlayerClassicW",NULL);
|
2012-12-17 16:48:18 -05:00
|
|
|
if (hwnd==0) {hexchat_print(ph, randomLine(notRunTheme));return HEXCHAT_EAT_ALL;}
|
2011-02-28 12:59:32 -05:00
|
|
|
|
|
|
|
tTitle=(char*)malloc(sizeof(char)*1024);
|
|
|
|
GetWindowText(hwnd, tTitle, 1024);
|
|
|
|
zero=strstr(tTitle," - Media Player Classic");
|
|
|
|
if (zero!=NULL) zero[0]=0;
|
2012-10-30 03:42:48 -04:00
|
|
|
else hexchat_print(ph,"pattern not found");
|
2011-02-28 12:59:32 -05:00
|
|
|
|
|
|
|
if ((tTitle[1]==':')&&(tTitle[2]=='\\')){
|
2012-10-30 03:42:48 -04:00
|
|
|
//hexchat_print(ph,"seams to be full path");
|
2011-02-28 12:59:32 -05:00
|
|
|
if (endsWith(tTitle,".mp3")==1){
|
2012-10-30 03:42:48 -04:00
|
|
|
//hexchat_print(ph,"seams to be a mp3 file");
|
2011-02-28 12:59:32 -05:00
|
|
|
info = readHeader(tTitle);
|
|
|
|
|
|
|
|
if ((info.artist!=NULL)&&(strcmp(info.artist,"")!=0)){
|
|
|
|
char *mode=MODES[info.mode];
|
2012-10-30 03:42:48 -04:00
|
|
|
//hexchat_printf(ph,"mode: %s\n",mode);
|
2011-02-28 12:59:32 -05:00
|
|
|
char *mp3Line=randomLine(mp3Theme);
|
|
|
|
mp3Line=replace(mp3Line,"%art",info.artist);
|
|
|
|
mp3Line=replace(mp3Line,"%tit",info.title);
|
|
|
|
mp3Line=replace(mp3Line,"%alb",info.album);
|
|
|
|
mp3Line=replace(mp3Line,"%com",info.comment);
|
|
|
|
mp3Line=replace(mp3Line,"%gen",info.genre);
|
|
|
|
//mp3Line=replace(mp3Line,"%time",pos);
|
|
|
|
//mp3Line=replace(mp3Line,"%length",len);
|
|
|
|
//mp3Line=replace(mp3Line,"%ver",waVers);
|
|
|
|
//mp3Line=intReplace(mp3Line,"%br",br);
|
|
|
|
//mp3Line=intReplace(mp3Line,"%frq",frq);
|
|
|
|
|
|
|
|
mp3Line=intReplace(mp3Line,"%br",info.bitrate);
|
|
|
|
mp3Line=intReplace(mp3Line,"%frq",info.freq);
|
|
|
|
mp3Line=replace(mp3Line,"%mode",mode);
|
|
|
|
//mp3Line=replace(mp3Line,"%size",size);
|
|
|
|
//mp3Line=intReplace(mp3Line,"%perc",perc);
|
|
|
|
//mp3Line=replace(mp3Line,"%plTitle",title);
|
|
|
|
mp3Line=replace(mp3Line,"%file",tTitle);
|
2012-10-30 03:42:48 -04:00
|
|
|
hexchat_command(ph, mp3Line);
|
2012-10-30 02:40:37 -04:00
|
|
|
return HEXCHAT_EAT_ALL;
|
2011-02-28 12:59:32 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
if (endsWith(tTitle,".ogg")==1){
|
2012-10-30 03:42:48 -04:00
|
|
|
hexchat_printf(ph,"Ogg detected\n");
|
2011-02-28 12:59:32 -05:00
|
|
|
info = getOggHeader(tTitle);
|
|
|
|
if (info.artist!=NULL){
|
|
|
|
char *cbr;
|
|
|
|
if (info.cbr==1) cbr="CBR"; else cbr="VBR";
|
|
|
|
oggLine=randomLine(oggTheme);
|
|
|
|
//if (cue==1) oggLine=cueLine;
|
2012-10-30 03:42:48 -04:00
|
|
|
//hexchat_printf(ph,"ogg-line: %s\n",oggLine);
|
2011-02-28 12:59:32 -05:00
|
|
|
oggLine=replace(oggLine,"%art",info.artist);
|
|
|
|
oggLine=replace(oggLine,"%tit",info.title);
|
|
|
|
oggLine=replace(oggLine,"%alb",info.album);
|
|
|
|
oggLine=replace(oggLine,"%com",info.comment);
|
|
|
|
oggLine=replace(oggLine,"%gen",info.genre);
|
|
|
|
//oggLine=replace(oggLine,"%time",pos);
|
|
|
|
//oggLine=replace(oggLine,"%length",len);
|
|
|
|
//oggLine=replace(oggLine,"%ver",waVers);
|
|
|
|
oggLine=intReplace(oggLine,"%chan",info.mode);
|
|
|
|
oggLine=replace(oggLine,"%cbr",cbr);
|
|
|
|
oggLine=intReplace(oggLine,"%br",info.bitrate/1000);//br);
|
|
|
|
oggLine=intReplace(oggLine,"%frq",info.freq);
|
|
|
|
//oggLine=replace(oggLine,"%size",size);
|
|
|
|
//oggLine=intReplace(oggLine,"%perc",perc);
|
|
|
|
//oggLine=replace(oggLine,"%plTitle",title);
|
|
|
|
oggLine=replace(oggLine,"%file",tTitle);
|
2012-10-30 03:42:48 -04:00
|
|
|
hexchat_command(ph, oggLine);
|
2012-10-30 02:40:37 -04:00
|
|
|
return HEXCHAT_EAT_ALL;
|
2011-02-28 12:59:32 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
line=randomLine(titleTheme);
|
|
|
|
line=replace(line,"%title", tTitle);
|
2012-10-30 03:42:48 -04:00
|
|
|
hexchat_command(ph,line);
|
2012-10-30 02:40:37 -04:00
|
|
|
return HEXCHAT_EAT_ALL;
|
2011-02-28 12:59:32 -05:00
|
|
|
}
|
|
|
|
|
2012-10-30 03:42:48 -04:00
|
|
|
int hexchat_plugin_init(hexchat_plugin *plugin_handle, char **plugin_name, char **plugin_desc, char **plugin_version, char *arg){
|
2011-02-28 12:59:32 -05:00
|
|
|
ph = plugin_handle;
|
|
|
|
*plugin_name = "mpcInfo";
|
|
|
|
*plugin_desc = "Information-Script for Media Player Classic";
|
|
|
|
*plugin_version=VERSION;
|
|
|
|
|
2012-10-30 03:42:48 -04:00
|
|
|
hexchat_hook_command(ph, "mpc", HEXCHAT_PRI_NORM, mpc_tell,"no help text", 0);
|
|
|
|
hexchat_hook_command(ph, "mpc_themes", HEXCHAT_PRI_NORM, print_themes,"no help text", 0);
|
|
|
|
hexchat_hook_command(ph, "mpc_reloadthemes", HEXCHAT_PRI_NORM, mpc_themeReload,"no help text", 0);
|
|
|
|
hexchat_command (ph, "MENU -ietc\\music.png ADD \"Window/Display Current Song (MPC)\" \"MPC\"");
|
2011-02-28 12:59:32 -05:00
|
|
|
|
|
|
|
themeInit();
|
|
|
|
loadThemes();
|
2012-10-30 03:42:48 -04:00
|
|
|
hexchat_printf(ph, "%s %s plugin loaded\n",*plugin_name, VERSION);
|
2011-02-28 12:59:32 -05:00
|
|
|
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
int
|
2012-10-30 03:42:48 -04:00
|
|
|
hexchat_plugin_deinit (void)
|
2011-02-28 12:59:32 -05:00
|
|
|
{
|
2012-10-30 03:42:48 -04:00
|
|
|
hexchat_command (ph, "MENU DEL \"Window/Display Current Song (MPC)\"");
|
|
|
|
hexchat_print (ph, "mpcInfo plugin unloaded\n");
|
2011-02-28 12:59:32 -05:00
|
|
|
return 1;
|
|
|
|
}
|