thawn / ttmp32gme

a tool to create tiptoi gme files from mp3 files. Also creates a printable sheet to play the music.
MIT License
193 stars 28 forks source link

Get it running on debian #12

Closed KueWW closed 6 years ago

KueWW commented 7 years ago

Hello there,

I'm afraid but I can't get ttmp32gme running on a debian system. I tried to run the cpan command. But there are a couple of errors.

Can you give more detailed help?

Thanks in advance.

thawn commented 7 years ago

Hi,

could you please post the complete command line output after you try to start ttmp32gme?

Thanks.

KueWW commented 7 years ago

Hi, I'm not an expert in using debian console commands an all that stuff. I understood the installing description to run the following command:

cpan -i EV AnyEvent::HTTPD Path::Class Cwd File::Basename File::Find List::MoreUtils PAR Encode Text::Template; JSON::XS; URI::Escape; Getopt::Long; Perl::Version; DBI; DBIx::MultiStatementDo; Log::Message::Simple Music::Tag::MP3 Music::Tag::OGG Music::Tag::MusicBrainz Music::Tag::Auto MP3::Tag Image::Info

But i have no idea what it does. After running the command it happens a lot at the console. The screenshot shows the last results.....

bildschirmfoto von 2017-08-04 12-59-01

thawn commented 7 years ago

There are some semicoli in the install command that should not be there. Try again without any semicolon.

I already fixed the install instructions on github. Thanks for pointing me to this.

Just out of curiosity: I noticed that you are running debian in a vm. In case you are normally using a windows machine, is there a specific reason why you are not simply using the windows version of ttmp32gme?

Cheers,

Thawn

KueWW commented 7 years ago

Hi, excuse my late reply. Now the build was successfully. Thanks a lot.

You're right. My debian is running on a virtual box. The windows version of ttmp32gme is runnig well on windows. Except the printer. Sometimes the tiptoi pen is able to red sometimes not.... But that's another issue. I'm trying to setup an alternative system to windows. Actally I'm checking out if all the tools I'm using are able to run on debian......

A last question to this issue. Now that ttmp32gme was compiled how can I start / use it. I can't see.

Thanks in advance.....

thawn commented 6 years ago

A last question to this issue. Now that ttmp32gme was compiled how can I start / use it.

Sorry, I missed that last question. Actually, on debian, the program is not supposed to be built at all. try the following commands:

cd ttmp32gme/src
perl ttmp32gme.pl

then open a browser and enter the following url: http://127.0.0.1:10020/

I hope this helps...

thawn commented 6 years ago

Closing this for now. Please reopen if you still have issues.

thawn commented 5 years ago

We now have a docker image.

KueWW commented 5 years ago

I've tried it! Brilliant! Thank you very, very much for that!

thawn commented 5 years ago

@KueWW excellent :-). Thanks for the feedback!