Hello,<br>I am praising the Lord for this amazing program. May His Grace cover all the developers.<br><br>We are using OpenLP 2.4.6 on Windows 10 home.<br>Arabic songs and Bible are used. We have exported Songs Database from ZionWorx, they are more than 1000 songs.<br>To display them in proper direction (RTL), I have to edit one by one and add to each verse the '&lt;span dir="auto"&gt;'.<br>For Bibles no way to display it in RTL.<br>is there any solution to let OpenLP use Auto text direction always?<br>God's blessings on all&nbsp;

10 days later

Hi Camil,

I'm sorry to say that there is no better way to solve this in OpenLP 2.4, than the one you're already doing.'

We will make sure to fix this in the next version!<br>

Hope we will get the next update soon... :smile: <br>Thank you for your reply.<br>God Bless

4 months later

We see that release 2.9.1 is coming soon, as well as release 3. Hoping that Text Direction will not be missed.<br>God Bless.

Do you have access to an online Arabic Bible?&nbsp; You can try this to help with the Bible issue until a fix is released.&nbsp;<br>

Access the online Bible.&nbsp; &nbsp;

Lookup the book and verses you need.

Copy the Bible Verses from the online Bible.

Create a new SONG in OpenLP.

Add a verse to the song.

Paste the Bible Verses into the new song verse.

Select all of the text you pasted into the song.

Add the Formatting Tag to the Bible Verses.

Add a name and Author to the song and save the Song.

At this point you should have the Bible verses going the right direction when presented.&nbsp; <br>You could edit the song and insert optional splits to help OpenLP to split the Bible Verses into multiple screens in the correct spots!<br>The Formatting Tag I used is&nbsp;&lt;span dir="RTL"&gt;.....I am using Windows 10, OpenLP 2.4.6, and Windows is set to English<br>The web site I used for the online Bible was&nbsp;https://www.biblegateway.com/passage/?search=%EF%BA%8D%EF%BB%9F%EF%BA%A8%EF%BA%AE%EF%BB%AD%EF%BA%9D+1&amp;version=ERV-AR<br>but this process should work with most online Bibles.<br><br>

Thank you John for your reply.<br>I already have the Arabic Bible as PowerPoint, it's very well done and it displays 1 verse per slide. I can share it if needed.<br>I have also HTML Bible version that can be displayed as continuous, you can get it from this link:&nbsp;http://ebible.org/arb-vd/arb-vd_html.zip<br><br>I was just looking for the OpenLP Bible because it can be easily customized, to display 1 verse per screen or continuous.<br>Also, it's in the same program.<br><br>Thank you again, God bless...

I found a way to speed up your song editing....This is a bit technical, but you should have no fear of trying it.<br>

Backup your data!&nbsp; The manual can help you backup your data. Make sure you backup your data!

Open OpenLP

Select Settings-&gt;Configure Formatting Tags

Find the Tag you created to format text for Right to Left

Write down the TAG.

Close OpenLP

Open the songs directory in your data directory.&nbsp;&nbsp;

Copy the path to your songs directory.

Open 'https://sqliteonline.com/'&nbsp; This is an online SQLITE browser that can read, modify and save your songs database.

Once the website is up, select File then select Open DB.

Paste the path to your songs directory into the 'open' window, refresh the path and select the songs.sqlite file.

The website will update....in the left column labeled 'table' double left click on the table named 'songs'

The website will update....in the top of the right column will be code that should say 'SELECT * FROM 'songs';'

Below the code is the list of the songs in the database....you could scroll through the list to find the songs you need....OR you can paste this next line over the code above the list.<br><br>select id, title from songs where title like '%all%';<br><br>This line will allow you to search for a title with a partial title.

Replace the text 'all' near the end of the line with the title you need to find.

Select Run.

The website will update again and you will see a list of songs that contain your results.

Find the song you were searching for and write down the id number.&nbsp; You can repeat the steps starting when you replaced the text with your title for each song you need to update.&nbsp; Just remember to write down the id numbers.

Once you have all the id numbers you are going to update, copy the following two lines and paste them over the code above the title search results.<br><br>update songs set lyrics = replace(lyrics, '&lt;![CDATA[', '&lt;![CDATA[{TAG}') where id = 1;<br>update songs set lyrics = replace(lyrics, ']]&gt;', '{/TAG}]]&gt;') where id = 1;<br><br>

Select the word TAG in the first line and replace it with the Tag for the right to left formatting tag

Select the word TAG in the second line and replace it with the Tag for the right to left formatting tag

Replace the number 1 on the end of each line with the id number for the song you need to edit.

Double check your work!&nbsp; If you have replaced the word TAG and the number 1 on both lines, select Run

Change the number at the end of each line to the next id number you want to update and select Run

Repeat the step above to update each id number.

When you have updated the songs you needed to update, select File-&gt;Save db and select the same song.sqlite file you opened.

Open OpenLP and view the songs you updated.&nbsp; They should all have the verses updated with your right to left formatting Tag.

Close the web browser.

If something is wrong, close OpenLP and copy the backup file over the file you modified and you are back where you started....

2 months later

thank you very much for your interest.<br>I just saw your reply now. I will try it, hope it will work.<br>God bless...