Commit Graph

200 Commits

Author SHA1 Message Date
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
940e5c3906 - fix: resolve TypeScript errors in EpisodePlayer and podcast service 2025-06-04 12:17:53 +09:00
9d693ebbe5 fix: correct OpenRouter API endpoint URL 2025-06-04 12:04:56 +09:00
e2fc73b479 fix: use finalItemId in markAsProcessed 2025-06-04 12:03:16 +09:00
72ec925357 fix: generate fallback ID for feed items 2025-06-04 12:02:03 +09:00
8a85e054a9 fix: ensure podcast directory exists and use async/await 2025-06-04 12:00:31 +09:00
e11bd09308 feat: add validation for feed item IDs 2025-06-04 11:58:20 +09:00
ac8dd91b7f feat: migrate to vite and hono 2025-06-04 11:46:50 +09:00
80d48a1f8c feat: read feed URLs from file 2025-06-04 11:44:03 +09:00
7caaa164a8 feat: add podcast item details to RSS feed 2025-06-04 11:42:54 +09:00
db2a332d63 feat: 環境変数を使用してRSSフィード設定を構成 2025-06-04 11:41:13 +09:00
fdb6a67074 feat: add .env.example file 2025-06-04 11:37:27 +09:00
2710d8299f feat: Move VOICEVOX settings to .env 2025-06-04 11:35:45 +09:00
bcaef4cd4c feat: add isPlaying state to EpisodePlayer component 2025-06-04 11:35:06 +09:00
587b7d958e feat: add API endpoint for adding feed URLs 2025-06-04 11:34:12 +09:00
93a5ff140f refactor: remove unused isPlaying state and use arrayBuffer 2025-06-04 11:31:08 +09:00
56320f125b feat: fix TypeScript errors and improve code quality 2025-06-04 11:30:12 +09:00
a93cfd201d feat: Apply fixes for type errors and unused variables 2025-06-04 11:29:18 +09:00