• Joined on 2025-09-16
nontara pushed to feature/media-player at nontara/nontara 2025-10-30 09:46:53 +00:00
66dc94bc22 feat(client): add user authentication with sign-in and sign-up forms
nontara pushed to feature/media-player at nontara/nontara 2025-10-30 09:31:14 +00:00
b8cf8dae0b chore(server): update CORS origin to localhost:3002 and enable credentials
nontara pushed to feature/media-player at nontara/nontara 2025-10-30 04:05:07 +00:00
9f25d0e435 build(deps): update dependencies and biome configuration
3b64c07c6e refactor(server): restructure app setup and onboard router using Hono factory pattern
73bcb04725 feat(apps/client): add complete React client with onboarding flow
c3115f1b58 feat(server): add api export to models index
Compare 4 commits »
nontara pushed to feature/media-player at nontara/nontara 2025-10-29 08:44:14 +00:00
40439a2e44 feat(server): add onboarding API with folder browsing and completion
nontara pushed to feature/media-player at nontara/nontara 2025-10-28 05:47:42 +00:00
8f067454f7 chore(config): update Zed editor settings for TypeScript language servers
59bdf356e4 build(deps): update biome and other dependencies
1bec6e8ec2 feat(player): add HLS media player with subtitle support
7849af8484 chore(player): remove HLS media player components
Compare 4 commits »
nontara pushed to feature/media-player at nontara/nontara 2025-10-25 11:03:19 +00:00
adb4e4c1b4 Init Media Player with HLS (experimental)
nontara created branch feature/media-player in nontara/nontara 2025-10-25 11:03:19 +00:00
nontara pushed to master at nontara/nontara 2025-10-24 09:22:07 +00:00
a35c015cfb feat: add media track selection for movies
nontara pushed to master at nontara/nontara 2025-10-23 06:56:16 +00:00
88a779d1f2 feat: improve mobile responsiveness of title details page
nontara pushed to master at nontara/nontara 2025-10-23 05:40:29 +00:00
a14e09ee42 feat: add library browsing with dynamic navigation
nontara pushed to master at nontara/nontara 2025-10-22 11:47:25 +00:00
4b7eaea60c chore: format codebase with tabs and update config files
nontara pushed to master at nontara/nontara 2025-10-22 10:19:23 +00:00
366b4a728a perf(scanner): implement concurrent processing with queue management
nontara pushed to master at nontara/nontara 2025-10-22 10:18:31 +00:00
a3144c1796 style(config): reformat biome.json with consistent spacing
cd379d3956 Add Zed settings.json
Compare 2 commits »
nontara pushed to master at nontara/nontara 2025-10-18 04:25:17 +00:00
babdbf0fb3 refactor(db): replace custom ID generation with UUIDs
nontara pushed to master at nontara/nontara 2025-10-17 11:00:24 +00:00
fc67a563c1 refactor(tmdb): simplify movie search results
2d77385802 refactor(server): restructure metadata models into separate files
Compare 2 commits »
nontara pushed to master at nontara/nontara 2025-10-16 14:46:28 +00:00
d9b9b5fd61 feat(series): add episode details and credits support for TV series
nontara pushed to master at nontara/nontara 2025-10-16 14:25:12 +00:00
126c59649f feat(db): add background_path column to episodes table
nontara pushed to master at nontara/nontara 2025-10-15 16:50:36 +00:00
cc31c93b5d refactor(utils): enhance logger with colored output support
00c09b90b4 fix(db): add CompressionStream polyfill for Drizzle Studio compatibility
Compare 2 commits »
nontara pushed to master at nontara/nontara 2025-10-15 05:54:07 +00:00
35192753ee feat(tmdb): implement TV series metadata resolution
nontara pushed to master at nontara/nontara 2025-10-12 18:07:55 +00:00
2b99c61c51 refactor(media): handle nullable poster and backdrop URLs