jellyfin icon indicating copy to clipboard operation
jellyfin copied to clipboard

Live TV Channels Still Appear When I Have Removed Tuner

Open rushfly opened this issue 6 years ago • 50 comments

Describe the bug

I once added a tuner as M3U Tuner type and chosen a m3u file on local disk without XMLTV, and the TV channels appeared normally in front end of Live TV. But when I want to delete these channels by removing the M3U Tuner, they still appear in live TV channels.

System (please complete the following information):

  • OS: Synology NAS(linux x64)
  • Virtualization: Docker
  • Clients: Browser
  • Browser: Chrome, Safari
  • Jellyfin Version: 10.4.3 and 10.5.0
  • Playback: [Direct Play, Remux, Direct Stream, Transcode]
  • Installed Plugins: Anime, Bookshelf, Fanart, IPTV, Next Pvr, Open Subtitles, Pushbullet Notifications, TMDB Box sets, TVHeadend
  • Reverse Proxy: nginx
  • Base URL: none
  • Networking: Bridge
  • Storage: local

To Reproduce

  1. Go to 'Dashboard -> Live TV'
  2. Click on 'Delete' menu item of a tuner box
  3. Click on 'Refresh Guide Data' button below ( Although I haven't own one data provider.)
  4. Go to "Home -> Live TV -> Guide ( or Channels)"

Expected behavior

It should provide a easy way to manage the imported channels of Live TV.

I don't know if this belongs to bug or an improvement, because jellyfin should provide a function to modify imported channels, but I can't find it.

rushfly avatar Mar 09 '20 13:03 rushfly

Hi I run into the same problem. Did you find a solution by anychance? I made the mistake of adding a world wide iptv. So now I have over 5000 channels...

Unlimitediq avatar May 20 '20 15:05 Unlimitediq

Hello same issue for me, I hope this problem can be corrected quickly.

OS: Synology NAS(linux x64)
Virtualization: Docker
Clients: Browser, Android & iOS App
Browser: Chrome, Safari
Jellyfin Version: 10.5.5
Playback: [Direct Play, Remux, Direct Stream]
Installed Plugins: AudioDB 10.5.5.0 / Email Notifications 4.0.0.0 / Fanart 4.0.0.0 / MusicBrainz 10.5.5.0 / Open Subtitles 7.0.0.0 / Playback Reporting 6.0.0.0 / Reports 6.0.0.0 /  TMDb Box Sets 5.0.0.0 / Trakt 9.0.0.0
Reverse Proxy: Synology
Base URL: none
Networking: Bridge
Storage: local

Fry59 avatar May 25 '20 11:05 Fry59

I have the same issue. I also can not seem to remove the IPTV plugin.

dmota13 avatar May 31 '20 22:05 dmota13

Same here

kri100f86 avatar Jul 15 '20 08:07 kri100f86

Same here, can't remove channels. Any idea where we can fix this manually?

kopax avatar Oct 06 '20 03:10 kopax

Hi, same happens to me. Any workaround would be appreciated.

lu4t avatar Oct 12 '20 10:10 lu4t

I stumbled on a fix for this issue.

  1. Remove your Tuner Devices and TV Guides from Live TV in your Dashboard.
  2. MOST IMPORTANT for me was to also go into plugins and uninstall Next PVR.
  3. Restart Jellyfin
  4. add your new play list and TV Guide in Live TV
  5. Refresh Guide Data. Your can also reinstall Next PVR at this point.
  6. That hopefully will refresh your Live TV

jeepnjeff avatar Nov 01 '20 23:11 jeepnjeff

Same issue for me too.

Deleting tuners etc... and removing Next PVR did NOT fix the issue for me. I still have all the invalid channels listed along with their incorrect EPG.

Grrrrrrr.

I REALLY want to love Jellyfin but more and more 'minor' issues like this keep cropping up, making it difficult to not get annoyed :(

Jellyfin V10.6.4 on Windows 64

SteveDC2 avatar Dec 03 '20 04:12 SteveDC2

Try this:

  1. Close Jellyfin
  2. Open file explorer to: %ProgramData%\Jellyfin\Server\plugins or %UserProfile%\AppData\Local\jellyfin\plugins
  3. Delete the IPTV (or other plugin) folders you don't want
  4. Restart Jellyfin
  5. Profit

Crodps avatar Dec 12 '20 07:12 Crodps

Try this:

1. Close Jellyfin

2. Open file explorer to:
   %ProgramData%\Jellyfin\Server\plugins
   or
   %UserProfile%\AppData\Local\jellyfin\plugins

3. Delete the IPTV (or other plugin) folders you don't want

4. Restart Jellyfin

5. Profit

OK, Kinda worked. It got rid of the stale data but now will not re-populate with new data. Sigh...

SteveDC2 avatar Dec 17 '20 18:12 SteveDC2

Any idea where that path is on linux or docker?

I didn't have to install a plug-in to get M3U tuner working, but I still can't get rid of these channels

dj-curls avatar Jan 10 '21 18:01 dj-curls

A "solution" for docker on Synology NAS. Use at your own risk.

In docker instance's terminal, rm /cache/*_channels

/cache/*_channels are M3U files. No reboot needed. M3U sources seems correct.

Thanks Crodps for the idea.

zhaoruibing avatar Mar 17 '21 01:03 zhaoruibing

This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments. If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or nightlies, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label. This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.

stale[bot] avatar Jul 15 '21 11:07 stale[bot]

This issue seems to remain on 10.7.6

Harteex avatar Jul 25 '21 20:07 Harteex

removing cache/channel files from appdata didn't work. you could remove the tunner and channels would disappear. but if you added a single m3u back you'd get not just that but entire original list. only workaround was to uninstall server, reinstall. then was able to get a small list imported. this is w/latest version 10.7.6

pracplayopen avatar Jul 26 '21 06:07 pracplayopen

I was able to overcome this in 10.7.6 on a windows install.

  1. Shutdown Jellyfin
  2. uninstalled any plugins related to TV
  3. went to %ProgramData%\Jellyfin\config deleted livetv.xml
  4. %ProgramData%\Jellyfin\Server\metadata deleted entire livetv folder
  5. restart jellyfin and its a clean slate

lordmerchant avatar Aug 19 '21 03:08 lordmerchant

Problem still persists in 10.7.7

The various ways provided here didn't seem to help. I don't want to entirely uninstall it as I just spent hours adding metadata to my files.

AyrA avatar Oct 23 '21 18:10 AyrA

I want to add here, it seems that the old channels eventually disappear after a while on their own once you add new channels. It looks like the channels are stored in an sqlite database and deleted one by one inside of individual transactions, which is very slow.

AyrA avatar Oct 24 '21 10:10 AyrA

I'm too affected by this issue.

mfat avatar Feb 18 '22 06:02 mfat

Hasn't it been fixed yet? It's been almost two years. Too bad.

rushfly avatar Feb 27 '22 01:02 rushfly

Just so this does not go stale. Same issue here.

gmnowels avatar May 13 '22 19:05 gmnowels

Same issue still.

enoldso avatar May 31 '22 15:05 enoldso

still a major issue

tywentghxst avatar Aug 03 '22 00:08 tywentghxst

Been really annoying me too. Was playing around with various iptv, before I know it I have 20k+ channels with no way to remove them

ThorpeJosh avatar Aug 09 '22 13:08 ThorpeJosh

As of today, this is still happening, but at least I have found the solution to remove the TV section from the home screen so I don't see them again. I found the solution on reddit

NachoParra avatar Aug 24 '22 08:08 NachoParra

I'm also affected (jellyfin in docker container with rasperry pi tvheadend)

Nosen92 avatar Oct 24 '22 20:10 Nosen92

still happen.

Mr-win7 avatar Nov 05 '22 09:11 Mr-win7

still happen

Svenum avatar Nov 27 '22 23:11 Svenum

Moved to a new m3u editor. Old m3u and new m3u seem to be mixed in together (old m3u removed previous to adding). LiveTV is listing channels wrong in the guide. Ive removed and added m3u edits a few times. I assume from reading this is a sql cleanup happening, slowly.... Some entries in the guide that I know should work from the epg xml are not.

cnewman402 avatar Nov 29 '22 03:11 cnewman402

+1 To this issue.

I've deleted all references to Live TV in

  • data/metadata/livetv
  • cache/*_channels
  • cache/xmltv/*

Checking the dashboard there is no Tuner (HD Homerun OR M3U) and no EPG of any type. I can find no reference to it anywhere in the admin UI nor when searching the file system. The issue is that it still shows up on the home dashboard under the "On Now" section and under Live TV under the "Programs" section.

image image

For Live TV, the Guide, Channels, Recordings, Schedule, and Series tabs are all correctly empty (as there is no M3U or XML) however if you go to the Programs tab you can still see all of it image

Any advice on how to property remove all references to that guide or channel would be greatly appreciated.

97WaterPolo avatar Jan 09 '23 08:01 97WaterPolo