|
4a9f8e0264
|
chore: remove unused dependencies
|
2025-06-04 18:16:51 +09:00 |
|
|
12c023486b
|
refactor: use bun spawn for mp3 conversion
|
2025-06-04 18:10:22 +09:00 |
|
|
5a7f57b4da
|
feat: add ffmpeg-static and update dependencies
|
2025-06-04 17:45:27 +09:00 |
|
|
dffa64ca0c
|
build: install ffmpeg dependency
|
2025-06-04 17:36:50 +09:00 |
|
|
6e6164764a
|
chore: remove process.exit(1) from error handling
|
2025-06-04 17:09:41 +09:00 |
|
|
cdea24d538
|
build: build frontend assets
|
2025-06-04 17:09:01 +09:00 |
|
|
62fcf4c12c
|
feat: Implement batch processing and scheduling
|
2025-06-04 17:06:22 +09:00 |
|
|
3934d630cb
|
feat: run batch process as a separate process
|
2025-06-04 17:04:09 +09:00 |
|
|
f82e36e5bf
|
chore: add volume for data directory
|
2025-06-04 16:57:45 +09:00 |
|
|
1326f70e38
|
chore: update docker run command
|
2025-06-04 16:38:15 +09:00 |
|
|
e9e733ce8a
|
feat: support audio/mpeg for podcast and tts
|
2025-06-04 16:18:33 +09:00 |
|
|
60799ae9b7
|
feat: add build script for docker image
|
2025-06-04 16:13:26 +09:00 |
|
|
2cdca4d02d
|
feat: add script to run docker with volume mounts
|
2025-06-04 16:11:19 +09:00 |
|
|
3bb26f210a
|
feat: add Dockerfile for bun project
|
2025-06-04 16:09:18 +09:00 |
|
|
a04c2c828e
|
feat: add service to fetch and generate podcast content
|
2025-06-04 16:07:55 +09:00 |
|
|
95043f0ea5
|
feat: add fluent-ffmpeg and refactor batch process
|
2025-06-04 16:06:10 +09:00 |
|
|
935c4aaf95
|
feat: schedule daily batch process
|
2025-06-04 16:04:14 +09:00 |
|
|
57e594b65b
|
feat: schedule initial and daily batch processes
|
2025-06-04 16:03:38 +09:00 |
|
|
c9fc636871
|
feat: schedule daily batch process in server.ts
|
2025-06-04 16:02:35 +09:00 |
|
|
a50d54c206
|
feat: convert wav to mp3 and save
|
2025-06-04 16:00:44 +09:00 |
|
|
9b601c27f4
|
fix: wrap channel description in CDATA and escape CDATA terminators in item descriptions
|
2025-06-04 15:28:47 +09:00 |
|
|
ef95bc1667
|
fix: escape XML entities in podcast feed
|
2025-06-04 15:28:15 +09:00 |
|
|
82c40a7491
|
feat: improve podcast content generation prompt
|
2025-06-04 15:14:57 +09:00 |
|
|
ebe6b6d250
|
fix: handle empty items and no yesterday articles
|
2025-06-04 15:13:41 +09:00 |
|
|
8490e383ac
|
refactor: extract processFeedUrl function
|
2025-06-04 15:12:28 +09:00 |
|
|
91f0f23442
|
fix: correct file path for tts audio
|
2025-06-04 15:02:19 +09:00 |
|
|
212e6eb24d
|
fix: save tts audio with .wav extension
|
2025-06-04 14:41:50 +09:00 |
|
|
229b9750eb
|
refactor: remove .wav extension from uniqueId
|
2025-06-04 14:36:20 +09:00 |
|
|
93d87c5997
|
refactor: use unique ID for audio file and episode
|
2025-06-04 14:32:07 +09:00 |
|
|
1d6a6e1ee6
|
chore: move updatePodcastRSS call
|
2025-06-04 14:11:23 +09:00 |
|
|
08800b9f96
|
fix: update audio file path in podcast RSS feed
|
2025-06-04 14:05:05 +09:00 |
|
|
1ed1bb2e1b
|
fix: correct audio file path for filesize calculation
|
2025-06-04 14:01:26 +09:00 |
|
|
1603b2d95f
|
chore: update static file paths and content type
|
2025-06-04 13:58:47 +09:00 |
|
|
9cc3e1f66b
|
feat: use audio path for episode player and tts file name
|
2025-06-04 13:52:40 +09:00 |
|
|
2df3f0a8eb
|
refactor: append new episodes to existing podcast.xml
|
2025-06-04 13:46:50 +09:00 |
|
|
e6a6353a6c
|
feat: 環境変数PODCAST_BASE_URLを追加し、podcast.tsで利用するように変更
|
2025-06-04 13:44:02 +09:00 |
|
|
0fb2c79bdb
|
fix: escape ]]> and unescape & in podcast description
|
2025-06-04 13:41:11 +09:00 |
|
|
2c1ae6b867
|
fix: escape ]]> in podcast description
|
2025-06-04 13:41:02 +09:00 |
|
|
1e97a0847e
|
refactor: remove setIsPlaying calls in EpisodePlayer
|
2025-06-04 13:27:24 +09:00 |
|
|
0644ac66b7
|
feat: fix typescript errors
|
2025-06-04 13:26:59 +09:00 |
|
|
deede8e1e5
|
fix: escape ]]> in podcast description
|
2025-06-04 13:22:33 +09:00 |
|
|
bc80a50b2a
|
feat: add Apache License to the project
|
2025-06-04 12:43:53 +09:00 |
|
|
2ae9552b6f
|
chore: add feed_urls.txt to .gitignore
|
2025-06-04 12:43:02 +09:00 |
|
|
c0b25ed2ee
|
feat: create database directory if it doesn't exist
|
2025-06-04 12:40:40 +09:00 |
|
|
05105071f3
|
feat: implement feed classification and podcast content generation
|
2025-06-04 12:39:47 +09:00 |
|
|
08b11ae549
|
feat: add detailed logging for debugging and monitoring
|
2025-06-04 12:38:18 +09:00 |
|
|
4d6c482f00
|
fix: use provided filename in TTS generation
|
2025-06-04 12:37:28 +09:00 |
|
|
c8dd8c9466
|
feat: generate unique filenames for audio files
|
2025-06-04 12:36:53 +09:00 |
|
|
b88aa05b84
|
feat: Remove Next.js and use environment variables
|
2025-06-04 12:32:11 +09:00 |
|
|
8bca7473ff
|
feat: add isPlaying state to EpisodePlayer
|
2025-06-04 12:19:58 +09:00 |
|