Skip to content

Releases: tgorgdotcom/locast2plex

0.6.7

26 Aug 03:34
Compare
Choose a tag to compare

0.6.6

06 Aug 00:00
Compare
Choose a tag to compare
  • Fix for login issues due to locast using some kind of captcha (issue #272)

0.6.5

27 Jan 03:39
Compare
Choose a tag to compare
  • Additional fixes to help correct FCC database download issues

0.6.4

21 Jan 03:34
Compare
Choose a tag to compare
  • Fix for getting the FCC stations (thanks @ThomasPBrauer)
  • Tweaks to instructions: Fixes to finding the IP, added some how tos to creating a service (thanks to @warrenmelnick and @tharris9d)

0.6.3

08 Dec 04:56
Compare
Choose a tag to compare
  • Add error handling for when a channel in the EPG exists that does not exist in the channel list

0.6.2

27 Nov 04:30
Compare
Choose a tag to compare
  • Fix an issue where logins fail when passwords with a '%' are used

0.6.1: - Create dev branch, add contributing docs to mention dev branch

26 Nov 04:44
Compare
Choose a tag to compare
  • Create dev branch, add contributing docs to mention dev branch
  • rename master branch to main branch
  • moved most SSDP messages to show when new config option verbose is set to true
  • potential fix for error in getting fcc database
  • fixed a bug in deleting stale cache EPG data

0.6.0

25 Nov 05:06
Compare
Choose a tag to compare
  • Reorganized codebase for better modularity (@deathbybandaid)
  • Included all DMA codes so we don't have to update whenever locast rolls out to a new market (@deathbybandaid)
  • Added automatic pulling from FCC database (@deathbybandaid)
  • Added m3u/xmltv playlist endpoint (for Emby, Kodi etc.) (with help from @deathbybandaid)
  • Fixes to resolve legal complaints and...
  • ...uses a new way to connect to Plex
  • Some fixes for SSDP, may start working for applicable systems
  • Added ability to disable SSDP using config.ini
  • Fixes issue with query string in GET requests to the tuner
  • Made sure all errors return nonzero
  • Various BugFixes

0.5.3

16 Sep 05:39
Compare
Choose a tag to compare

First off, I apologize to all non-Docker users who were confused when they wanted to update to 0.5.x, but, in GitHub, the latest release was stuck on 0.4.2. I didn't realize that I have to create releases manually, apart from tags.

Updates included in this release:

From 0.5.3:

  • Scripts are now fully linted (Thanks @deathbybandaid!)
  • Updated Readme for spelling/clarity/credits (Thanks @tri-ler and @gogorichie!)
  • Added ability to place config in /app/config folder for Kubernetes users (Thanks @dcd!)
  • Added Detroit DMA support (Thanks @precision!)
  • Fix tuner count comparison (Thanks @ratherDashing!)
  • Refactored geolocation to mirror Locast methods (Thanks @Fozziebear!)
  • Added new contributing document and added unreleased section in changelog
  • Changed some var names for clarity.
  • Fixed a bug where users running on bare command line/terminal could not set their ports. (Thanks @teconmoon)
  • Removed some old stuff in Dockerfile that are confusing users

From 0.5.2:

  • Fixed a bug that prevented the success message from showing

From 0.5.1:

  • Added success message at the end to indicate successful running
  • Fixed bug in docker-compose.yml
  • Updated readme for better clarity

From 0.5.0:

  • Migrated environment settings to ini file -- should fix issues with special
    characters in username/password, security concerns (thanks for the suggestion
    @jcastilloalonso), as well as allowing to tweak internal settings without
    resorting to modifying code.
  • Added ffmpeg.exe for Windows users
  • Merge fix to end ffmpeg zombie processes (thanks @Fozziebear!)
  • Add MINNEAPOLIS-ST. PAUL (thanks @steventwheeler!)
  • Fix for channel detection on subchannels ending in zero.

0.4.2

02 Aug 05:33
7bc7573
Compare
Choose a tag to compare
  • Miami and West Palm Beach markets should be working now
  • renamed 'docker-compose.env' to just '.env'