
Guitar Tabs Explorer
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Guitar Tabs Explorer is a simple software wich permits you to manage your tablatures collection.
It support Guitar Pro (.gtp, .gp3, .gp4 and .gp5 tab files), Tux Guitar (.tg tab files). ====================
GUITAR TABS EXPLORER
====================
Guitar Tabs Explorer is a simple software wich permits you to manage your tablatures collection.
It support Guitar Pro (.gtp, .gp3, .gp4 and .gp5 tab files), Tux Guitar (.tg tab files).
========
FEATURES
========
* Load tabs into collection from folder
* Load tabs into collection from compressed archives. (Archive isn't decompressed)
* Open tabs from collection with a double click
* Extract tabs to open from an archive on the fly (decompressed on a temporary folder)
* Search collection in real time when type keywords in filter text field
* Collection's tabs rating
=================
SUPPORTED FORMATS
=================
Tablature file formats supported are:
* Guitar Pro Tabs: .gtp, .gp3, .gp4, .gp5
* Tux Guitar Tabs: .tg
* KGuitar Tabs: .kg
Compressed tabs archives supported are:
* Zip
* Rar
====================
INSTALL INSTRUCTIONS
====================
To install Guitar Tabs Explorer on your linux box you need superuser privileges. The install script
simplify the installation process. Open a terminal, move to the directory where Guitar Tabs Explorer
archive has decompressed and type:
sudo sh install.sh
if sudo is installed and configured or:
su
sh install.sh
if sudo isn't installed.
If you have some trouble with installation script, you can manually copy Guitar Tabs Explorer files
in right places with two simple commands. Open a terminal, move to the directory where Guitar Tabs Explorer
archive has decompressed and type:
sudo cp -Rf bin /usr/
sudo cp -Rf share /usr/
or, if sudo isn't installed:
su
cp -Rf bin /usr/
cp -Rf share /usr/
=======
SUPPORT
=======
To ask support or report bugs/comments you can write to: tommaso.frazzetto@gmail.com or visit project page
on: http://www.brainspace.it/?p=165
=======
LICENSE
=======
This software is released under GNU General Public License version 3. You can find a copy of license's text
in COPYING file.
Please login or register to add a comment or rating