Skip to content

Commit

Permalink
Ver 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikoma-soft committed Oct 9, 2024
1 parent 27f8dab commit 2780723
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

ver 1.4.6 2024/10/09
* 10/09 の BS釣りビジョンの移動ににより EpgPatch から削除
( recpt1 を使用している方のみ影響があります。)
なお反映には、raspirec の再起動が必要です。

ver 1.4.5 2024/07/01
* Raspberry Pi OS (Debian version: 12 (bookworm)) 対応
Buster -> bookworm に OS を update したところ、scpによるファイル転
Expand Down
File renamed without changes.
15 changes: 15 additions & 0 deletions EpgPatch/2024-10-09.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#
# 2024-10-09 の 割当変更
#
# BS釣りビジョン BS11_1 -> BS3_2
# BSアニマックス BS13_2 -> BS3_1
#
[BS_231] # 放送大学テレビ
stinfo_slot 0

[BS_232] # 放送大学テレビ
stinfo_slot 0

[BS_531] # 放送大学ラジオ
stinfo_slot 0

2 changes: 1 addition & 1 deletion src/model/Const.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
module Const

ProgName = "raspirec"
ProgVer = "Ver 1.4.5"
ProgVer = "Ver 1.4.6"
GitTag = "Ver1.4.5"

GR = "GR"
Expand Down
2 changes: 1 addition & 1 deletion src/model/TunerAssign2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def schedule2( db, debug: false)
if n > ( Total_tuner_limit - 1 )
t[:comment] = "トタール制限"
t[:stat] = RsvConst::Conflict
r[:tunerNum] = 1
t[:tunerNum] = 1
end
end
end
Expand Down

0 comments on commit 2780723

Please sign in to comment.