I have already tried this before but when I change ***.properties file
in the res/audio folder, Zekr won't start.
I get this error if I make any changes in that file:
java.lang.NullPointerException
at java.lang.String.compareTo(Unknown Source)
at net.sf.zekr.ui.QuranFormMenuFactory
$14.compare(QuranFormMenuFactory.java:777)
at net.sf.zekr.ui.QuranFormMenuFactory
$14.compare(QuranFormMenuFactory.java:775)
at java.util.Arrays.mergeSort(Unknown Source)
at java.util.Arrays.mergeSort(Unknown Source)
at java.util.Arrays.mergeSort(Unknown Source)
at java.util.Arrays.sort(Unknown Source)
at java.util.Collections.sort(Unknown Source)
at
net.sf.zekr.ui.QuranFormMenuFactory.createOrUpdateRecitationMenu(QuranFormMenuFactory.java:
775)
at
net.sf.zekr.ui.QuranFormMenuFactory.getQuranFormMenu(QuranFormMenuFactory.java:
533)
at net.sf.zekr.ui.QuranForm.init(QuranForm.java:292)
at net.sf.zekr.ui.QuranForm.<init>(QuranForm.java:278)
at net.sf.zekr.ZekrMain.startZekr(ZekrMain.java:51)
at net.sf.zekr.ZekrMain.main(ZekrMain.java:91)
On 21 Nisan, 12:18, Mohsen Saboorian <
mohs...@gmail.com> wrote:
> Salaam,
>
> This is possible to use your old split files downloaded from
everyayah.com.
> Here is instructions:
> 1. Read this article:
http://zekr.org/wiki/Recitation_format(you should be
> able to do the rest by reading it alone)
> <
http://zekr.org/wiki/Recitation_format>2. Edit the recitation .properties
> file you want to change
> 3. Make sure audio.type is set to offline.
> 4. If you have a single folder, say C:\audio\mishawi in which all *.mp3s
> (e.g. 001001.mp3, 001002.mp3, ... 114005.mp3, 111006.mp3) are, change
> audio.offlienUrl
> to something like this:
>
> audio.offlineUrl = <absolute>C:/audio/minshawi/%1$03d%2$03d.mp3
>
> if every sura is in a single folder named 001, 002, ..., 114 (like Zekr
> .recit.zip packages), your offlineUrl should be like this:
>
> audio.offlineUrl = <absolute>F:/recitation/afasy/%1$03d/%1$03d%2$03d.mp3
>
> 5. Start Zekr, and play your recitation.
>
> Regards,
> Mohsen
>
> On Wed, Apr 20, 2011 at 12:15 PM, Ahmed Faruk YAZICI
> <
farukyaz...@gmail.com>wrote: