lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > RolePlay & Music


Post A Reply
Author Comments Comment Options
Unread 09-10-2020, 02:45 PM  
Krogano
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Re: Songbook default file path

===

i had the same issue and i have found this youtubs video that help

LOTRO Plugin Reviews 05: Songbook
https://www.youtube.com/watch?v=QQ7jh_xOSjE&t=50s

Last edited by Krogano : 09-10-2020 at 02:48 PM.
Krogano is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-30-2020, 04:48 AM  
Chiran
The Undying
Interface Author - Click to view interfaces

Forum posts: 27
File comments: 308
Uploads: 2
Re: Songbook default file path

Quote:
Hoping someone might be able ot help me, i've reinstalled Lotro on a new machine and installed Songbook. I'm having issues getting songbook to build the library of songs as i'm not using the C drive for the files (it's in D) and when i use the HTA application and enter the file path, after it errors, nothing seems to happen. Any advice?
Hi,

It should be able to sniff your My Documents folder. It shouldn't matter that it's on a different drive. However, it might be that some song causes it to crash? Could you try running the script with for example just one song in it and troubleshoot it that way?

You can also try songbook filler app WANSongBookFiller.exe.

Br,

Chiran
Chiran is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-23-2020, 05:45 PM  
Iaurcair
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Songbook default file path

Hello.

Hoping someone might be able ot help me, i've reinstalled Lotro on a new machine and installed Songbook. I'm having issues getting songbook to build the library of songs as i'm not using the C drive for the files (it's in D) and when i use the HTA application and enter the file path, after it errors, nothing seems to happen. Any advice?
Iaurcair is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-11-2018, 08:16 PM  
Thurallor
The Undying
 
Thurallor's Avatar
Interface Author - Click to view interfaces

Forum posts: 202
File comments: 456
Uploads: 20
Here's an updated version of the song discover script for Linux / MacOS.

To run it:
  1. Download the script from here.
  2. Save the file into your Plugins/Chiran folder (the same folder where Songbook.hta resides).
  3. You can try double-clicking the script, and it may work depending on your system settings.
  4. If not, then open a command-line terminal and run the following command:
    • MacOS:
      perl "/Users/username/Library/Application Support/com.turbine.lotroclient/Plugins/Chiran/discover_songs.pl"
    • Linux:
      perl "/home/username/The Lord of the Rings Online/Plugins/Chiran/discover_songs.pl"
Thurallor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-02-2018, 03:57 AM  
Drono
The Undying
Interface Author - Click to view interfaces

Forum posts: 47
File comments: 107
Uploads: 1
I had a similar problem, the script for building the library seemed to not work for me, it looked to me like it cant change from the default folder. I have game installed on ssd and but home folder and thus plugin data on hdd. If i remember correctly, i solved my problem by hardcoding my own path into the library builder.
Drono is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-30-2018, 04:31 PM  
Thurallor
The Undying
 
Thurallor's Avatar
Interface Author - Click to view interfaces

Forum posts: 202
File comments: 456
Uploads: 20
Quote:
Originally Posted by Thurallor
Ok, so I did that and now I'm unable to launch Songbook at all in-game. Here is the (truncated) error output:

...of the Rings Online/PluginData/(account)/AllServers/SongbookData.plugindata:8988: '}' expected (to close '{' at line 6689) near '<eof>'

...gs Online\Plugins\Chiran\Songbook\SongbookWindow.lua: 43: Unable to parse file!

Any ideas?
Looks like there is a problem with the script. Please run the script again and copy+paste the output into a PM and send it to me. Also, send me the SongbookData.plugindata file (you can either upload it to my Google Drive, or use another sharing service and send me the link).

In the meantime, you can try adding "}" to the end of the file until the error message changes or goes away.
Thurallor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-30-2018, 08:23 AM  
Emberleaf
The Unscathed
 
Emberleaf's Avatar

Forum posts: 17
File comments: 62
Uploads: 0
Quote:
Originally Posted by Thurallor
The script should have asked you where your PluginData folder is; that might be a bug.

Anyway, you can copy the SongbookData.plugindata file there manually. It should go at
~/Documents/The Lord of The Rings Online/PluginData/account/AllServers/SongbookData.plugindata

Ok, so I did that and now I'm unable to launch Songbook at all in-game. Here is the (truncated) error output:


...of the Rings Online/PluginData/(account)/AllServers/SongbookData.plugindata:8988: '}' expected (to close '{' at line 6689) near '<eof>'

...gs Online\Plugins\Chiran\Songbook\SongbookWindow.lua: 43: Unable to parse file!


Any ideas?
Emberleaf is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-30-2018, 06:35 AM  
Thurallor
The Undying
 
Thurallor's Avatar
Interface Author - Click to view interfaces

Forum posts: 202
File comments: 456
Uploads: 20
Quote:
Originally Posted by Emberleaf
Ok...I think it worked, but where should I put the 'SongbookData.plugindata' file that is generated? Right now, when I start up my game, the songs aren't appearing in my list which leads me to believe the file has been put into the wrong directory...
The script should have asked you where your PluginData folder is; that might be a bug.

Anyway, you can copy the SongbookData.plugindata file there manually. It should go at
~/Documents/The Lord of The Rings Online/PluginData/account/AllServers/SongbookData.plugindata
Thurallor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-29-2018, 07:37 PM  
Emberleaf
The Unscathed
 
Emberleaf's Avatar

Forum posts: 17
File comments: 62
Uploads: 0
Quote:
Originally Posted by Emberleaf
Tried both, but nothing seemed to happen. I'm not sure what I'm doing wrong.
What do you mean by "nothing happened"? Did you get an error message?

Edit: Since you're using Linux, the location of your plugins will be different than on a Mac installation, so you'll have to modify the command in step 3. Probably this should work:
perl "~/Documents/The Lord of The Rings Online/Plugins/Chiran/discover_songs.pl"
If not, let me know the error message.



Ok...I think it worked, but where should I put the 'SongbookData.plugindata' file that is generated? Right now, when I start up my game, the songs aren't appearing in my list which leads me to believe the file has been put into the wrong directory...
Emberleaf is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-28-2018, 05:30 PM  
Thurallor
The Undying
 
Thurallor's Avatar
Interface Author - Click to view interfaces

Forum posts: 202
File comments: 456
Uploads: 20
Quote:
Originally Posted by Emberleaf
Tried both, but nothing seemed to happen. I'm not sure what I'm doing wrong.
What do you mean by "nothing happened"? Did you get an error message?

Edit: Since you're using Linux, the location of your plugins will be different than on a Mac installation, so you'll have to modify the command in step 3. Probably this should work:
perl "~/Documents/The Lord of The Rings Online/Plugins/Chiran/discover_songs.pl"
If not, let me know the error message.

Last edited by Thurallor : 06-28-2018 at 05:39 PM.
Thurallor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-28-2018, 01:41 PM  
Emberleaf
The Unscathed
 
Emberleaf's Avatar

Forum posts: 17
File comments: 62
Uploads: 0
Emberleaf,

Try the Perl script I posted below.

Or, if you're not comfortable doing that, try the Mac version I linked below.



Tried both, but nothing seemed to happen. I'm not sure what I'm doing wrong.
Emberleaf is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-28-2018, 11:22 AM  
Thurallor
The Undying
 
Thurallor's Avatar
Interface Author - Click to view interfaces

Forum posts: 202
File comments: 456
Uploads: 20
Emberleaf,

Try the Perl script I posted below.

Or, if you're not comfortable doing that, try the Mac version I linked below.
Thurallor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-28-2018, 09:51 AM  
Emberleaf
The Unscathed
 
Emberleaf's Avatar

Forum posts: 17
File comments: 62
Uploads: 0
Hey all,

I'm a long-time fan of this plugin, but have recently switched to using Linux from Windows and can't seem to get neither the songbook.hta nor the songbookfiller.exe files to populate my music library. I simply click on them and nothing happens. In-game, Songbook opens up and does everything it should - I just can't populate my music library with songs.

I'm using Linux Mint 18.3 and have been able to get everything else having to do with LOTRO to work perfectly. Is there anyone out there who can lend some assistance? It would be greatly appreciated!
Emberleaf is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-05-2018, 06:46 AM  
Chiran
The Undying
Interface Author - Click to view interfaces

Forum posts: 27
File comments: 308
Uploads: 2
Re: At a loss

Quote:
I just transcribed a song in musescore. Saved it as a midi file. Went in to Maestro and turned it into an .abc file. It plays in Maestro and abcplayer. In game using the plugin, I get the message Couldn't find tune index in song file. First time in 6 years I have seen this error message - ideas?
There's probably some parameter missing from abc notation. Perhaps it is the X parameter which identifies instrument track index. So if there are multiple instruments in the same file, then each has its own index. And even if there's only one, it should be still present.

For example:
X:1

Just a guess though.

-Chiran

Last edited by Chiran : 03-05-2018 at 06:48 AM.
Chiran is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-25-2018, 01:58 PM  
Thurallor
The Undying
 
Thurallor's Avatar
Interface Author - Click to view interfaces

Forum posts: 202
File comments: 456
Uploads: 20
Re: At a loss

Quote:
I just transcribed a song in musescore. Saved it as a midi file. Went in to Maestro and turned it into an .abc file. It plays in Maestro and abcplayer. In game using the plugin, I get the message Couldn't find tune index in song file. First time in 6 years I have seen this error message - ideas?
If you post the .abc file here, I'm sure someone will figure it out in short order.
Thurallor is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 03:11 AM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui