Commit Graph
88 Commits
Author SHA1 Message Date
anosatsuk124 1d6a6e1ee6 chore: move updatePodcastRSS call 2025-06-04 14:11:23 +09:00
anosatsuk124 08800b9f96 fix: update audio file path in podcast RSS feed 2025-06-04 14:05:05 +09:00
anosatsuk124 1ed1bb2e1b fix: correct audio file path for filesize calculation 2025-06-04 14:01:26 +09:00
anosatsuk124 1603b2d95f chore: update static file paths and content type 2025-06-04 13:58:47 +09:00
anosatsuk124 9cc3e1f66b feat: use audio path for episode player and tts file name 2025-06-04 13:52:40 +09:00
anosatsuk124 2df3f0a8eb refactor: append new episodes to existing podcast.xml 2025-06-04 13:46:50 +09:00
anosatsuk124 e6a6353a6c feat: 環境変数PODCAST_BASE_URLを追加し、podcast.tsで利用するように変更 2025-06-04 13:44:02 +09:00
anosatsuk124 0fb2c79bdb fix: escape ]]> and unescape & in podcast description 2025-06-04 13:41:11 +09:00
anosatsuk124 2c1ae6b867 fix: escape ]]> in podcast description 2025-06-04 13:41:02 +09:00
anosatsuk124 1e97a0847e refactor: remove setIsPlaying calls in EpisodePlayer 2025-06-04 13:27:24 +09:00
anosatsuk124 0644ac66b7 feat: fix typescript errors 2025-06-04 13:26:59 +09:00
anosatsuk124 deede8e1e5 fix: escape ]]> in podcast description 2025-06-04 13:22:33 +09:00
anosatsuk124 bc80a50b2a feat: add Apache License to the project 2025-06-04 12:43:53 +09:00
anosatsuk124 2ae9552b6f chore: add feed_urls.txt to .gitignore 2025-06-04 12:43:02 +09:00
anosatsuk124 c0b25ed2ee feat: create database directory if it doesn't exist 2025-06-04 12:40:40 +09:00
anosatsuk124 05105071f3 feat: implement feed classification and podcast content generation 2025-06-04 12:39:47 +09:00
anosatsuk124 08b11ae549 feat: add detailed logging for debugging and monitoring 2025-06-04 12:38:18 +09:00
anosatsuk124 4d6c482f00 fix: use provided filename in TTS generation 2025-06-04 12:37:28 +09:00
anosatsuk124 c8dd8c9466 feat: generate unique filenames for audio files 2025-06-04 12:36:53 +09:00
anosatsuk124 b88aa05b84 feat: Remove Next.js and use environment variables 2025-06-04 12:32:11 +09:00
anosatsuk124 8bca7473ff feat: add isPlaying state to EpisodePlayer 2025-06-04 12:19:58 +09:00
anosatsuk124 940e5c3906 - fix: resolve TypeScript errors in EpisodePlayer and podcast service 2025-06-04 12:17:53 +09:00
anosatsuk124 9d693ebbe5 fix: correct OpenRouter API endpoint URL 2025-06-04 12:04:56 +09:00
anosatsuk124 e2fc73b479 fix: use finalItemId in markAsProcessed 2025-06-04 12:03:16 +09:00
anosatsuk124 72ec925357 fix: generate fallback ID for feed items 2025-06-04 12:02:03 +09:00
anosatsuk124 8a85e054a9 fix: ensure podcast directory exists and use async/await 2025-06-04 12:00:31 +09:00
anosatsuk124 e11bd09308 feat: add validation for feed item IDs 2025-06-04 11:58:20 +09:00
anosatsuk124 ac8dd91b7f feat: migrate to vite and hono 2025-06-04 11:46:50 +09:00
anosatsuk124 80d48a1f8c feat: read feed URLs from file 2025-06-04 11:44:03 +09:00
anosatsuk124 7caaa164a8 feat: add podcast item details to RSS feed 2025-06-04 11:42:54 +09:00
anosatsuk124 db2a332d63 feat: 環境変数を使用してRSSフィード設定を構成 2025-06-04 11:41:13 +09:00
anosatsuk124 fdb6a67074 feat: add .env.example file 2025-06-04 11:37:27 +09:00
anosatsuk124 2710d8299f feat: Move VOICEVOX settings to .env 2025-06-04 11:35:45 +09:00
anosatsuk124 bcaef4cd4c feat: add isPlaying state to EpisodePlayer component 2025-06-04 11:35:06 +09:00
anosatsuk124 587b7d958e feat: add API endpoint for adding feed URLs 2025-06-04 11:34:12 +09:00
anosatsuk124 93a5ff140f refactor: remove unused isPlaying state and use arrayBuffer 2025-06-04 11:31:08 +09:00
anosatsuk124 56320f125b feat: fix TypeScript errors and improve code quality 2025-06-04 11:30:12 +09:00
anosatsuk124 a93cfd201d feat: Apply fixes for type errors and unused variables 2025-06-04 11:29:18 +09:00
anosatsuk124 7193dd8bb7 feat: use VOICEVOX API for TTS 2025-06-04 11:26:55 +09:00
anosatsuk124 b8d53f31c7 feat: Allow OpenAI endpoint and model to be configured via .env 2025-06-04 11:25:35 +09:00
anosatsuk124 decea89481 fix: update OpenAI SDK response handling 2025-06-04 11:24:51 +09:00
anosatsuk124 285a4fa49b feat: migrate to openai.chat.completions.create 2025-06-04 11:24:30 +09:00
anosatsuk124 befe7fdac3 refactor: replace Configuration with ClientOptions 2025-06-04 11:24:02 +09:00
anosatsuk124 68f762ffb0 feat: serve static assets from frontend build directory 2025-06-04 11:19:57 +09:00
anosatsuk124 020505b821 fix: explicitly include react/jsx-runtime in vite config 2025-06-04 11:15:29 +09:00
anosatsuk124 c28363bc9f refactor: remove unnecessary React import in layout.tsx 2025-06-04 11:14:59 +09:00
anosatsuk124 5644b79336 feat: fix frontend build error by updating index.html and vite.config.ts 2025-06-04 11:14:13 +09:00
anosatsuk124 892e959dce fix: correct static file serving and entry point 2025-06-04 11:13:14 +09:00
anosatsuk124 34e9c33484 refactor: configure vite and next.js for correct module loading 2025-06-04 11:11:45 +09:00
anosatsuk124 4705247246 refactor: set vite root to current working directory 2025-06-04 11:09:21 +09:00
anosatsuk124 fff7de8184 refactor: fix index.html path and vite config for correct build 2025-06-04 11:08:33 +09:00
anosatsuk124 4bc0c4ce7f feat: Implement frontend build and server configuration for Vite and React 2025-06-04 11:07:42 +09:00
anosatsuk124 dc92088892 feat: configure vite build options 2025-06-04 11:06:45 +09:00
anosatsuk124 e912ef0735 fix: remove duplicate vite config 2025-06-04 11:04:41 +09:00
anosatsuk124 32c53a8f70 feat: add vite config file 2025-06-04 11:04:25 +09:00
anosatsuk124 203024869f feat: migrate from next.js to vite 2025-06-04 11:04:14 +09:00
anosatsuk124 b5770b4301 fix: serve index.html instead of page.html 2025-06-04 10:56:56 +09:00
anosatsuk124 fb8498fa3d feat: configure Next.js for standalone output 2025-06-04 10:54:58 +09:00
anosatsuk124 1530342875 fix: update server.ts to serve page.html for Next.js App Router 2025-06-04 10:53:43 +09:00
anosatsuk124 013f87d23e feat: update home page content and metadata 2025-06-04 10:52:53 +09:00
anosatsuk124 ecbd743704 feat: implement index.html fallback routes 2025-06-04 10:51:32 +09:00
anosatsuk124 cf684fa829 refactor: improve index.html serving and logging 2025-06-04 10:51:19 +09:00
anosatsuk124 993217f8d9 refactor: improve static file and fallback routing in server.ts 2025-06-04 10:50:27 +09:00
anosatsuk124 baf1ad66a2 feat: migrate to Hono based implementation 2025-06-04 10:49:24 +09:00
anosatsuk124 acdeb0ede9 refactor: serve static Next.js files instead of SSR 2025-06-04 10:43:07 +09:00
anosatsuk124 7c3a064b97 feat: Add "use client" directive to FeedList and EpisodePlayer 2025-06-04 10:41:29 +09:00
anosatsuk124 c52c9d9656 feat: create globals.css for Next.js app 2025-06-04 10:40:58 +09:00
anosatsuk124 63fe79fd7d feat: move metadata to page.tsx 2025-06-04 10:39:59 +09:00
anosatsuk124 d0b5c19a83 fix: resolve build errors and warnings 2025-06-04 10:38:49 +09:00
anosatsuk124 98ac9056c8 feat: configure next.js build and server-side rendering 2025-06-04 10:11:07 +09:00
anosatsuk124 514eaca8e9 feat: setup Next.js frontend structure 2025-06-04 10:09:24 +09:00
anosatsuk124 958ec1d6a1 feat: configure tsconfig.json for Next.js 2025-06-04 09:25:41 +09:00
anosatsuk124 f779558554 docs: add frontend implementation plan 2025-06-04 09:21:51 +09:00
anosatsuk124 b7a9f8e24a chore: remove frontend files 2025-06-04 09:20:02 +09:00
anosatsuk124 b865fbf3b9 feat: remove index.tsx and update App.tsx 2025-06-04 09:19:35 +09:00
anosatsuk124 3bf082c348 chore: remove index.tsx and adjust App.tsx imports 2025-06-04 09:19:13 +09:00
anosatsuk124 73dbbfa1dd feat: setup next.js project 2025-06-04 09:18:46 +09:00
anosatsuk124 cfc111b60e feat: integrate Next.js SSR for frontend 2025-06-04 09:09:14 +09:00
anosatsuk124 1defdb8bef feat: migrate frontend to Next.js 2025-06-04 09:08:32 +09:00
anosatsuk124 25c771b90b feat: add frontend project with basic setup 2025-06-04 09:07:21 +09:00
anosatsuk124 31ae637737 feat: update podcast and tts services for next.js 2025-06-04 09:06:49 +09:00
anosatsuk124 977029628e feat: create database file if it does not exist 2025-06-04 08:50:55 +09:00
anosatsuk124 dddaac52a2 refactor: replace better-sqlite3 with bun:sqlite 2025-06-04 08:49:50 +09:00
anosatsuk124 2ae43314c4 feat: update files for Hono router and SPA support 2025-06-04 08:48:33 +09:00
anosatsuk124 4db363068d feat: migrate to bun runtime and update dependencies 2025-06-04 08:41:53 +09:00
anosatsuk124 bfb6367a56 feat: Serve frontend build and static files, and fix server routing 2025-06-04 08:37:19 +09:00
anosatsuk124 a1cbf358ef fix: fix template literal errors in llm, podcast, and tts services 2025-06-04 08:18:38 +09:00
anosatsuk124 4fe300d5d6 Initial commit 2025-06-04 08:14:55 +09:00