- Add qobuz_debug to .gitignore - Bump PMOMusic version to 0.3.26 - Add .cargo/ copy in Dockerfile for registry config - Implement infinite scroll in ServerDrawer.vue with IntersectionObserver and sentinel element - Add source/source_version fields to playlists for cache invalidation - Update pmocache and pmoplaylist DB schemas with versioning (SCHEMA_VERSION) - Add Qobuz API metadata fetching and pagination for playlist tracks - Implement album/playlist cache invalidation based on released_at/updated_at timestamps - Refactor adapt_playlist_items_to_qobuz → adapt_items_to_qobuz with cleaner logic - Add debug mode to save Qobuz API responses when QOBUZ_DEBUG_DIR is set
50 lines
537 B
Plaintext
50 lines
537 B
Plaintext
.ollama
|
|
.ollamacode
|
|
/bin/
|
|
/pkg/
|
|
/vendor/
|
|
**/*.log
|
|
**/*.old
|
|
**/*.o
|
|
**/*.o.d
|
|
**/*.a
|
|
**/*.flac
|
|
**/*.aif
|
|
**/*.aiff
|
|
**/*.wav
|
|
**/*.opus
|
|
**/*.mp4
|
|
**/*.mp3
|
|
**/*.ogg
|
|
|
|
xxx
|
|
/dcai/
|
|
**/.pmomusic.yml
|
|
**/.pmomusic_covers/**
|
|
**/.pmomusic_audio/**
|
|
/.pmomusic
|
|
**/.DS_Store
|
|
/target
|
|
**/target/
|
|
/.pmomusic_covers
|
|
/.pmomusic_audio/**
|
|
C/src/soxr-0.1.3/Release/tests
|
|
**/Release/
|
|
**/Debug/
|
|
qobuz_debug
|
|
OLD-GO-CODE/
|
|
xxx
|
|
xx
|
|
all.txt
|
|
pmo_src.txt
|
|
upmpdcli/
|
|
/*.xml
|
|
test_upnp*.cargo/
|
|
setup-env.sh
|
|
cache
|
|
gupnp-tools
|
|
pmo*_[0_9]*.txt
|
|
webapp_[0_9]*.txt
|
|
RF.json
|
|
RF_old.json
|