Skip to content

Releases: Pavion/tvstreamrecord

Enhance EPG chart view

12 Feb 16:11
Compare
Choose a tag to compare
Pre-release

What's new

  • EPG chart search keyword will now be persisted in DB, thus keeping highlighted events until keyword is changed or removed
  • EPG chart can be used with a query:
/epgchart&your key word please use html friendly chars only
or
/epgchart&your%20key%20word

Notes:

  • on modern browsers, whitespaces will be replaced with %20 automatically and parsed correctly. If not, please use %20 yourself.
  • using query will not overwrite stored keyword, unless it's changed

Fixes:

  • ffmpeg command line should now be parsed correctly to enable further automation

1.4.1 Release candidate

13 Jan 12:39
Compare
Choose a tag to compare

Major changes since latest release candidate 1.3.3

Configuration

  • EPG: EPG deltas before/after an event can now be provided separately.
  • Advanced: %fulltitle% placeholder added, better placeholder handling.
  • FFMPEG: Failsafe delta for ffmpeg: do not restart if but X seconds remain.
  • Keywords for creating automatic records on EPG import (max. 100 per import).
  • New switch to handle concurrent recording (disable if but one stream per device available).

EPG chart

  • Additional overlay with real record duration even for channels without data.
  • Old overlay now marks all future events for recurrent records.
  • Records can now be deleted from chart view

EPG list

  • Creating records don't redirect or refresh anymore, changes take place instantly.
  • Events to be recorded are now marked with Stop icon. Pressing Stop will delete the corresponding record.

Mobile

  • Edit records from mobile view.
  • Fixed mobile record toggle switch.

General

  • Added Season/Episode import for xmltv.se (and perhaps other provider). This info is now a part of a title (S00E00).
  • Updated software manual.
  • Other small fixes (see 1.3.3...1.4.0 for a full list).

Closes #32, #31, #26, #16

Big thanks to the community for contribution and vivid discussions 👍

1.4.0 testing candidate

12 Jan 12:12
Compare
Choose a tag to compare
Pre-release

Please see 1.4.1 for details

Keywords for creating automatic records on EPG import

31 Dec 15:46
Compare
Choose a tag to compare

Introducing keywords for creating automatic records on EPG import

Known issues:

  • changing keywords requires epg data to be cleared and re-read (please avoid!)
  • resetting epg data with same keywords will result in creation of identical records
  • max. records set to 50 as security issue
  • if too many records are spawned, there is no way to delete them quickly

Edit records from mobile view

31 Oct 22:01
Compare
Choose a tag to compare
Pre-release

Edit records from mobile view

Hotfix for mobile record toggle switch

30 Oct 15:50
Compare
Choose a tag to compare
Pre-release
1.3.7

Versioning

Better EPG overlays and new placeholder

17 Oct 15:18
Compare
Choose a tag to compare
Pre-release

Better EPG overlays
New placeholder %fulltitle% added

Adding more placeholders, delta before and after an EPG record

25 Aug 08:49
Compare
Choose a tag to compare
Splitting EPG deltas

https://www.synology-forum.de/showthread.html?37898-tvstreamrecord-Aufzeichnen-von-HTTP-Streams&p=786658&viewfull=1#post786658

Changed postprocessing split routine

14 Mar 17:00
Compare
Choose a tag to compare
Pre-release

Making ffmpeg failsafe delta configurable

11 Mar 09:27
Compare
Choose a tag to compare

Failsafe delta for ffmpeg: do not restart if but X seconds remain (default value: 10 seconds).
To be found in advanced configuration.