Blog: Fr. Robert

Replacing the Ancient Faith Android App Updated Again

If you are like me you appreciate the content of Ancient Faith Radio, but if you are also like me and have a lower end Android phone you can not get the app to run on your phone without crashing. I have found a decent workaround for the issue. To be specific there are actual two different workarounds. The first is a replacement for the two streaming radio stations, music and talk. The other workaround is for streaming or downloading podcasts.

The first workaround for streaming radio is using a music player that suppports network streaming protocals. I have tried two that work very well. The first is VLC for Android and the second is Foobar2000. If you have not used a streaming music player before , I would recommend VLC as it is much easier to setup.

To use VLC after installing the app and opening it you select Stream as your source. You then will be asked for a network address. The url for Music on Ancient Faith is http://ancientfaith.streamguys1.com/mp3music and the url for talk is http://ancientfaith.streamguys1.com/mp3talk. By entering the appropriate network address the music player will play the live stream.

To download podcasts on Android the best tool I found is Google Podcasts. You can download podcasts to listen off-line or listen online. You can subscribe to any of the Ancient Faith Podcasts you wish and it does of very good job of keeping track of the podcasts you have listened to and the ones you have downloaded.

This post is not intended to be a full set of instructions but a suggestion of how to work around the issues with the Ancient Faith App. Please feeel free to contact me if you want me to post a detailed instructions.

Replacing the Ancient Faith Android App Updated

If you are like me you appreciate the content of Ancient Faith Radio, but if you are also like me and have a lower end Android phone you can not get the app to run on your phone without crashing. I have found a decent workaround for the issue. To be specific there are actual two different workarounds. The first is a replacement for the two streaming radio stations, music and talk. The other workaround is for streaming or downloading podcasts.

The first workaround for streaming radio is using a music player that suppports network streaming protocals. I have tried two that work very well. The first is VLC for Android and the second is Foobar2000. If you have not used a streaming music player before , I would recommend VLC as it is much easier to setup.

To use VLC after installing the app and opening it you select Stream as your source. You then will be asked for a network address. The url for Music on Ancient Faith is http://ancientfaith.streamguys1.com/mp3music and the url for talk is http://ancientfaith.streamguys1.com/mp3talk. By entering the appropriate network address the music player will play the live stream.

To download podcasts I found an RSS reader for Android called Read. Read will allow you to follow what ever podcasts you would like to follow. When new episode is available you will be notified. By selecting the new episode you will be given the choice to stream or download the podcast.

The easiest way to select podcasts you would like to follow in Read is to open the OPML file for Ancient Faith in Read under add. You can then select with Ancient Faith Podcasts you would like to follow.

This post is not intended to be a full set of instructions but a suggestion of how to work around the issues with the Ancient Faith App. Please feeel free to contact me if you want me to post a detailed instructions.

Replacing the Ancient Faith Android App

If you are like me you appreciate the content of Ancient Faith Radio, but if you are also like me and have a lower end Android phone you can not get the app to run on your phone without crashing. I have found a decent workaround for the issue. To be specific there are actual two different workarounds. The first is a replacement for the two streaming radio stations, music and talk. The other workaround is for streaming or downloading podcasts.

The first workaround for streaming radio is using a music player that suppports network streaming protocals. I have tried two that work very well. The first is VLC for Android and the second is Foobar2000. If you have not used a streaming music player before , I would recommend VLC as it is much easier to setup.

To use VLC after installing the app and opening it you select Stream as your source. You then will be asked for a network address. The url for mMusic on Ancient Faith is http://ancientfaith1.streamguys.com/live and the url for talk is http://ancientfaith2.streamguys.com/live. By entering the appropriate network address the music player will play the live stream.

To download podcasts I found an RSS reader for Android called Read. Read will allow you to follow what ever podcasts you would like to follow. When new episode is available you will be notified. By selecting the new episode you will be given the choice to stream or download the podcast.

The easiest way to select podcasts you would like to follow in Read is to open the OPML file for Ancient Faith in Read under add. You can then select with Ancient Faith Podcasts you would like to follow.

This post is not intended to be a full set of instructions but a suggestion of how to work around the issues with the Ancient Faith App. Please feeel free to contact me if you want me to post a detailed instructions.

Fibro and Grief

I have had my fibromyalgia diagnosis for about six months now. While it has been only been six months since my diagnosis I most likely have had it much longer. I believe I have noticed symptoms since 2016 if not longer. There is no cure for fibromyalgia and very little medical treatment. It is a condition you learn to live with the best you can with lifestyle changes.

In order to live with a chronic illness such as fibromyalgia one must grief for the life before but then move through the steps of grief and live a life of acceptance. That doesn't mean one does not seek medical treatment or look for ways to live better with fibromyalgia. But that does mean live today the best one can and finding peace with what one has been given.

I strongly recommend the book, Good Grief by Granger E. Westberg. It is a small book that explains the process of grief and each of the steps. The author helps one to identify where they are at and what comes next.

Once one knows what grief is and the process they can move towards healing and living with the loss one has had.

Vim SSH and Yellow

As in a previous blog post I mention I am using Yellow as my CMS. To create a blog post it is simple as creating a text file in the proper directory, with the proper header, and the text of the blog post. The text can be in either md or html. I found the easiest way to create a post is to create and write it right on the server with a server based editor. Vim is included with almost every Linux install and by creating your own .vimrc file you can customize the editor the way you want it. I have customized Vim to create the standard header with an abbreviation, added an html plugin, and spell check. So all I do is ssh into my hosting provider's server, start Vim, write my post in html, and save the file in the appropriate directory and there is my blog post.

The best part of this configuration is it allows my to easily write posts or edit on them on any device that has an ssh client. Since the editor is on the server and customized by me I don't have to worry about having the right tools or editor. It is always there ready to use.

To save a draft copy not ready for publication I save the file with the name I want to use but with a dot in front and then the file is hidden. When I am ready to publish it all I have to do is rename the file by removing the dot and there is my blog post.

Why not give Vim a try as your editor. Even if it is not for you it is an editor you should know how to use. It is often the one tool you have when your system leaves you with just a command prompt and a configuration file that has to be edited to get your gui back