Skip to content

Commit

Permalink
media: Update misc
Browse files Browse the repository at this point in the history
  • Loading branch information
mohkale committed Aug 3, 2023
1 parent 48bacbd commit 3a139ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions prog/media-server/cmds/torwatcher
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ async def _watch_for_torrents(
# Some programs seem to call write() even on empty files.
if (
event.mask & ainotify.Mask.CLOSE_WRITE
and os.path.exists(event.path)
and os.path.getsize(event.path) == 0
):
# Firefox creates both the final file and the partial download
Expand Down
8 changes: 4 additions & 4 deletions prog/media-server/tmux/media.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ windows:
- shell_command:
- media-server up --detach --no-recreate
- sleep 2
- tremc --skip-version-check
- media-server exec transmission true && tremc --skip-version-check
- window_name: torrent
layout: even-vertical
panes:
- media-server-logs transmission
- media-server-logs transmission qbittorrent
- torwatcher
- window_name: jellyfin
panes:
- media-server-logs jellyfin
- media-server-logs jellyfin kavita navidrome
- window_name: indexers
layout: tiled
panes:
- media-server-logs prowlarr
- media-server-logs lidarr sonarr radarr readarr
- media-server-logs bazarr lidarr mylar3 sonarr radarr readarr

0 comments on commit 3a139ac

Please sign in to comment.