r/Viewella

Image 1 — We'll see.....
Image 2 — We'll see.....
Image 3 — We'll see.....
Image 4 — We'll see.....
Image 5 — We'll see.....
Image 6 — We'll see.....

We'll see.....

A few weeks ago after the 100th time (obviously exaggerating, but it's a lot) of the epg no longer loading after 24 hours, without a fresh install or clearing the data, that I would no longer do that. Instead, I decided that I would see if any of the updates actually fixed this issue like they said they would. As of today's 1.1.39 update, my epg has still not returned. Doesn't matter if I clear cache or refresh the epg, it'll sit on "awaiting" for a long time before turning to "no information".

I will say I'm glad to see all channels, even duplicates, when it's NOT in app managed mode, like it should being that's what it states. It would not do this about a month ago. So that's a plus I guess.

I am still patiently waiting for subtitles (captions) that my service provides, to actually be usable by the app, so far it's a no go.

I still have vod content that is 1000% available in any other app I use, even though viewella disagrees, like it knows better lol.

All of these things have been issues for a while and no update has fixed them. I decided today to clear data and to a restart to see what happens in the upcoming days. As expected, the epg did come back after clearing data and registering the device again.

Lastly, on the home page, the row names disappear when you scroll down to them. The thumbnails get bigger and then do not get smaller again, even if you go to a different tab and then back to the home tab. When this happens, it covers up the rows name, like "continue watching". This is a newer issues, only starting in the last few days to a week after an update

u/bpcat — 20 hours ago

Anyone else’s app keep crashing.

Installed the latest update and the app keeps crashing after a few minutes.

reddit.com
u/Dubbz01 — 17 hours ago

Viewella v1.1.39 — categories finally make sense

Just pushed an update and wanted to share what's new.

The big one: the website channel manager now groups categories by country/prefix automatically. So instead of scrolling through 200 entries like UK ▎SPORTSUK ▎NEWSUK ▎MOVIESAR ▎SPORTSAR ▎NEWS... they now collapse into tidy groups (UK, AR, AFR, etc.) that you can expand. Same grouping is now in the My Playlists panel too, with drag-to-reorder inside each group.

If you hid categories on the website, the app would sometimes ignore it or overwrite your settings on next launch. That's fixed — the app now checks the server first before doing anything, so whatever you set on the website is what you get on the app. Order included.

tl;dr:

  • Website category list is way less overwhelming now
  • App respects your website settings instead of fighting them
  • Category order on the app now matches what you set on the dashboard
reddit.com
u/MangoSuch8130 — 1 day ago

Viewella v1.1.37 — Update

**Update to the update **- v1.1.38
Default mode is now Raw Provider
New installs (and installs without a saved preference) will now default to raw provider mode instead of app-managed. This means channels and categories show exactly as your provider organises them, with no reordering or merging. If you preferred app-managed, you can switch it back in Settings → Manage Channels.

Category order now follows your provider
Categories were previously sorted by their internal ID number, which had nothing to do with the order your provider actually sends them in. They now appear in the same sequence as your provider organises them.

Playback menu visual update
The playback settings dialog (stream format, user agent) has been cleaned up — it now fits the TV UI properly with proper focus highlights and no more white card behind the dialog.
Hey all, small update out now.

What's new:

  • Added Playback Settings in the TV settings menu — you can now change the stream format (Auto / Force HLS / Force TS) and the user-agent string sent to your provider. Useful if you're getting 403 errors or streams not loading.

Fixes:

  • Categories were sometimes not showing even when they should be — fixed
  • Toggling a playlist on/off in the dashboard now takes effect in the app straight away without needing to wait for a cache refresh
  • Deleting a playlist from the dashboard now properly cleans up all associated data
  • New playlists added via the dashboard were occasionally not being picked up on the next app launch — fixed

As always, the app will prompt you to update automatically. Let me know if you run into anything.

reddit.com
u/MangoSuch8130 — 2 days ago

Viewella v1.1.35 - Update (small fix)

  • Stall watchdog: if a live stream freezes mid-playback for 5 seconds, the player auto-reconnects (up to 3 retries per channel) instead of sitting on a stuck frame.
  • Connection leak fix: rapid channel switching (A → B → A) was leaking HLS connections on the provider, eventually triggering HTTP 458 "Max Connections Reached" and black screens. Players now properly stop + clear media before swapping streams, and listeners are removed before release.
  • Friendly playback errors: HTTP 403 / 404 / 407 / 5xx and common Media3 errors now show plain-English messages instead of raw error codes.
  • Live TV cache extended to 48 hours so the channel list and EPG appear instantly on cold start.
  • Channel preview debounced (220ms): rapid up/down on the channel list no longer spins up the player for every channel you pass through.
  • Fragment prewarm tightened: tabs are ready to render shortly after launch instead of being queued for several seconds.
reddit.com
u/MangoSuch8130 — 5 days ago

Viewella v1.1.31 — What's new

Hey folks, meaty bug-fix release tonight. Most of this came from chasing a couple of weird visual glitches and a navigation gripe on the Movies/Shows tabs. Also a timing issue with XMLTV file causing failed epg update.

  • Live TV programme guide now auto-refreshes when it gets stale. If your XMLTV data is older than 24 hours, the app will fetch fresh data on launch instead of showing an empty guide.
  • The 24h check now correctly handles every active playlist's EPG file separately — if even one playlist has gone stale, the refresh kicks in.
  • Replaced the old "remember when we last updated" timestamp logic with a direct file-age check on disk. The old logic could get stuck thinking data was fresh when it actually wasn't, leaving the guide blank with no recovery.
  • After the refresh finishes, the Live TV screen updates the programme info on screen automatically — no need to navigate away and back or restart the app.
  • Top picks and Most Watched rows now show their pictures properly. Cards in those carousels were sometimes coming up blank on the first load. Tracked it down to a recycler issue where the holder forgot which backdrop URL it last loaded after being recycled, so the same card would skip its image bind on rebind. Now the URL is reset on recycle and the bind always runs.
  • Smoothed out the quick black flash when opening Movies and Shows. When you first hit those tabs the first two carousels would flash black, then briefly show the image, then settle. Two things were causing it: Removed both. The XML background of #1A1A1A is still there as a base, so empty cards still look right, but recycled cards keep their existing bitmap until Glide swaps in the new one.
    1. The recycle path was calling Glide.clear() on the ImageView, which wiped the existing drawable for a frame before the new bitmap landed on rebind.
    2. The bind path was painting setBackgroundColor(#1A1A1A) and using a dark ColorDrawable placeholder, both of which forced one dark frame even when a stale (correct) bitmap was already sitting on the recycled view.
  • Up arrow from Continue Watching now goes to the row above instead of the menu. There was a hardcoded D-pad rule that lumped the Continue Watching carousel in with the streaming-provider bar and forced UP to jump straight to the top nav. Removed that special case. UP now just behaves like every other row — one press = previous carousel.
  • Fixed two carousels overlapping on the Movies page. The "Because You Watched" row was being inserted at index 0, which stole "Trending Now"'s slot. Since "Jump Back In" is anchored to the position right after the first genre, this was shoving JBI onto the wrong row and visually stacking carousels in the same spot. Now Because You Watched is inserted after Trending Now, so the order is: Top Picks → Most Watched / Trending Now → Jump Back In → Because You Watched → genre rows.
reddit.com
u/MangoSuch8130 — 5 days ago

Just updated. What is this now?

I can finally use the app again without it crashing but… now I get this. My other playlist from the same provider works and this works in every other app but not this one. Guide loads fully but now I receive this.
Any ideas on what it could be.

u/UseLow105 — 5 days ago

Still Having Problems

EDIT!! The last update has fixed my shows and are now playing. Let the party begin. 🎉🎉🎉

Please, I’ve been writing to you for months now and u have not solved my problem. I’m attaching photos that I hope can help. I can watch live tv and play movies. I cannot play any shows, examples attached. If the season show, there’s no playback. It suggests I add to watchlist, to which I have already done. I have downloaded the current update, I’ve deleted the app and reinstalled. I’m at my wits end. I am a lifetime subscriber. Initially, I was very patient. But now there’s no excuse for not helping me get what I paid for. And the playlist is good, it works on other apps, it’s actually my favorite.

Thank you.

u/Interesting-Bending — 5 days ago

New update, same issues.

First, you've been behind on your version number for several updates, you're on 1.1.32.

After updating the appt from 1.1.30, all the same epg issues still exist. The app is not updating the guide info. Even a refresh from the setting produces no new results.

Subtitles still aren't an option for live TV even though my provider provides them.

Movies shows content I know I have as unavailable.

Navigation is acting strange. When clicking to the right in the rows on movies and shows tab it will go left once before going right again.

Had to go into app settings to allow microphone. App should bring up a message stating this needs to be done as it installs with the permission off and never asks for permission or tells you it needs it.

reddit.com
u/bpcat — 5 days ago

Latest version 30 no different from previous iterations

Uninstalled previous version, fresh install but when select any VOD that I know is available in my Playlist still kills the app 😞

reddit.com
u/WorldTour66 — 7 days ago

App starts properly, I switch to Live TV and it crashes.

Have the latest update, was working fine prior to the last update. Everything else except live TV seems normal. App is unusable at the moment.

reddit.com
u/Dubbz01 — 8 days ago

Updated version, still not updating EPG.

I opened up viewella yesterday and had to update to 1.1.29. After it did that, it opened again and then had to update to 1.1.30. Not sure why it does 1 at a time and not just straight to the newest version.

Anyway, this is what my guide looks like today. No info on most things and the things it does have info is only because those think started a while ago. Looks like anything that started past 3pm PST, doesn't have any info.

I'm guessing that I did the updates around 3pm yesterday and that it's only saving/loading 24hrs if epg at a time. But it's still not auto updating.

Even if I force an epg update in settings it won't apply even though I watch it find it. This is something that was working in 1.1.28 if I remember correctly.

u/bpcat — 9 days ago

No live channel

Just installed the app on android TV

And no live channel is working. I switch between channels and only see a black screen with EPG guide.

Not a good start considering 7 day trial.

UPDATE: Managed to fix the issue, I think there's a bug with the Live Channel Settings.

  1. I had switched the setting to have the App Manage the channel listing and that's caused the problem.

  2. Reverted the setting and then force refreshed the Playlist and EPG guide. Also, installed the HOT FIX

Live channel is working.

  1. But, still cannot navigate between Apps for Movie or Series. Only first two (Netflix, Apple TV) I can navigate to on Series and three when browsing on Movies (+Disney)

  2. Can only browse what's listed or search everything.

reddit.com
u/Imotionaldemej — 10 days ago

Viewella v1.1.29 — search fixed, streaming provider badges, guide matching overhaul + a few ANR/freeze fixes

Features

  • Streaming provider badges (Netflix, Prime, etc.) now show on movie/show cards in the browse grid
  • Provider badges correctly filter by your country — you only see what's available where you are
  • Watch provider data is now fetched at index time so new titles have badges immediately
  • Each playlist now has its own guide data file — no more mixups with multiple providers

Bug Fixes

  • Fixed: clicking a show from Search results would spin forever looking for versions — series.php was sending the response before poster_paths was populated (async TMDB backfill), so version matching always got an empty list on first load. Same issue affected movies. Both are now fixed to backfill synchronously before responding.
  • Fixed: title logos missing when opening shows/movies from Search — logo path wasn't included in the search API response. Added.
  • Fixed: Search was slow (~12s on a cold server) because movies and series were fetched sequentially. Both calls now run in parallel.
  • Fixed: TV guide wasn't matching most channels even though data existed — channel IDs were stored mixed-case but looked up lowercase. SQLite comparisons are case-sensitive, so everything silently missed.
  • Fixed: guide stopped re-downloading after clearing app data — a loading flag was never reset after an interrupted run, so the app assumed a download was already in progress and did nothing.
  • Fixed: 5s freeze when switching from Movies to Live TV — credential lookup was hitting the database on the main thread. Reads from memory now if already loaded.
reddit.com
u/MangoSuch8130 — 10 days ago

Interface

Lifetime subscription member here. I am getting these as landing screens, upon starting the app (on android 9.0 car headunit)

Not quite what I expected after seeing the screens on the site.

u/Significant-Touch163 — 9 days ago