Skip to content
Builds
No builds

Changes

#103 (Jan 29, 2025, 6:34:01 PM)

  1. Now using classnames and get class when needed to save resources. (commit: 4950184) — BerndiVader / githubweb
  2. dont listen to vc permissions if vc not used (commit: 8d79aba) — BerndiVader / githubweb
  3. todo: more settings at install (commit: f0d9a46) — BerndiVader / githubweb

#102 (Jan 23, 2025, 12:34:32 PM)

  1. return pair with output and error string. (commit: 22b2bdb) — BerndiVader / githubweb
  2. handle outout and error string from process. (commit: 4e8a541) — BerndiVader / githubweb
  3. fixed issue with embeded title length > 255 (commit: 2ebfa1c) — BerndiVader / githubweb
  4. added downloader update at startup (commit: 1d666d0) — BerndiVader / githubweb
  5. minor adjustments. (commit: 46a1c75) — BerndiVader / githubweb

#101 (Jan 1, 2025, 7:51:13 PM)

  1. removed thumbnail for better formatted msg (commit: 2a95866) — BerndiVader / githubweb
  2. added emtpy method (commit: 227d28d) — BerndiVader / githubweb

#100 (Jan 1, 2025, 7:45:53 PM)

  1. more clear failed or succeeded output (commit: c370ab7) — BerndiVader / githubweb

#99 (Dec 20, 2024, 9:12:37 AM)

  1. const vers, for more stability in build process. (commit: fea8bf2) — BerndiVader / githubweb
  2. cookies.txt file can now be replaced, enabled at runtime. (commit: 037fe13) — BerndiVader / githubweb
  3. adjustments because of cookies. (commit: df1040d) — BerndiVader / githubweb
  4. better error handling in discord player. (commit: 7b723f3) — BerndiVader / githubweb
  5. prepare for dc music button (commit: d848117) — BerndiVader / githubweb

#98 (Oct 9, 2024, 8:19:28 AM)

  1. use bold for logo (commit: 62e6d83) — BerndiVader / githubweb
  2. check if command message should be removed (commit: 2b30763) — BerndiVader / githubweb

#97 (Oct 6, 2024, 4:15:58 PM)

  1. standardize debug message output (commit: f1d9ed2) — BerndiVader / githubweb
  2. added timer to refresh playlist and set hold to false if not empty (commit: bc261aa) — BerndiVader / githubweb
  3. fixed cli schedule command (commit: 3c0352d) — BerndiVader / githubweb
  4. display permitted channels per guild (commit: b200161) — BerndiVader / githubweb
  5. using atomic to avoid concurrency issues (commit: a1dd7fd) — BerndiVader / githubweb
  6. optimized to work properly with sql rollback (commit: bc8fa1a) — BerndiVader / githubweb
  7. added debug build for better version control while debugging (commit: 1f507e9) — BerndiVader / githubweb

#96 (Sep 29, 2024, 3:16:51 PM)

  1. renamed cli output methods (commit: 38cf204) — BerndiVader / githubweb
  2. completed install flow (commit: e21e65e) — BerndiVader / githubweb
  3. updated requirements for commands (commit: 53be4a7) — BerndiVader / githubweb
  4. added clr and cursor position (commit: 79f9866) — BerndiVader / githubweb
  5. added --yt option for broadcast download (commit: 1ab968e) — BerndiVader / githubweb
  6. adjusted config (commit: 7242d52) — BerndiVader / githubweb
  7. updated broadcastinfo cli command (commit: d429001) — BerndiVader / githubweb
  8. adjustments for mysql install and optimization (commit: 3e1688c) — BerndiVader / githubweb
  9. yampb ascii logo (commit: 67b48e3) — BerndiVader / githubweb
  10. adjusted new table structure (commit: 3bb49cb) — BerndiVader / githubweb
  11. adjustements for new cli syntax (commit: 06edeab) — BerndiVader / githubweb
  12. renamed to yampb (commit: 5be20c4) — BerndiVader / githubweb

#95 (Sep 13, 2024, 1:18:28 PM)

  1. discord client is now static (commit: 937f469) — BerndiVader / githubweb

#94 (Sep 10, 2024, 7:04:06 AM)

  1. use permissions to mute voicechannel instead of serverwide (commit: 366590a) — BerndiVader / githubweb

#93 (Sep 8, 2024, 2:30:11 PM)

  1. added ignore-errors as default (commit: 2df2545) — BerndiVader / githubweb
  2. added thumbnail size to config instead of constant values (commit: 9ffc3a6) — BerndiVader / githubweb
  3. try to reconnect to voice && mute listeners (commit: 0bf2f5e) — BerndiVader / githubweb
  4. display playing track in voice chat (commit: e697f03) — BerndiVader / githubweb

#92 (Sep 5, 2024, 12:45:00 PM)

  1. reworked load and save config. (commit: be5c4a0) — BerndiVader / githubweb
  2. async mysql testing at startup to avoid blocking if there are issues. (commit: 497b312) — BerndiVader / githubweb
  3. play random music if enabled in config (commit: bd6fecf) — BerndiVader / githubweb

#91 (Sep 4, 2024, 8:17:53 AM)

  1. added config options for music bot (commit: 73b3482) — BerndiVader / githubweb
  2. new requirements for discord music (commit: d07f9e9) — BerndiVader / githubweb
  3. added music bot (commit: 8bb5417) — BerndiVader / githubweb
  4. cli command to add or schedule music files (commit: 06acfe0) — BerndiVader / githubweb

#90 (Aug 28, 2024, 6:56:56 AM)

  1. fixed possible conflicts with url field and customid field (commit: 28b1068) — BerndiVader / githubweb

#89 (Aug 26, 2024, 8:28:06 AM)

  1. minor fixes (commit: a54936e) — BerndiVader / githubweb
  2. adjust discord action buttons (commit: c843c03) — BerndiVader / githubweb

#88 (Aug 25, 2024, 1:50:38 PM)

  1. added butten actions for schedule and play (commit: 6811f7c) — BerndiVader / githubweb
  2. closing resources if not needed (commit: 5d71208) — BerndiVader / githubweb
  3. added buttons for link, schedule and play (commit: ae2572f) — BerndiVader / githubweb
  4. identify database if fresh install (commit: 44bbdc2) — BerndiVader / githubweb
  5. using exists boolean field (commit: 1a8aa8e) — BerndiVader / githubweb

#87 (Aug 18, 2024, 9:26:14 PM)

  1. remove final from exec to override if needed (commit: dc46785) — BerndiVader / githubweb
  2. minor fixes (commit: 7c8a047) — BerndiVader / githubweb
  3. using ffprobepacket for playlist json (commit: d84e017) — BerndiVader / githubweb
  4. experimental using 2sec on timertask (commit: e2b117c) — BerndiVader / githubweb
  5. minor changes and adjustments (commit: 83d8f83) — BerndiVader / githubweb
  6. Broadcast timer task interval configurable (commit: 3343f6b) — BerndiVader / githubweb
  7. now checks if the cancel initiator == download creator or atleast admin status (commit: f8bd74b) — BerndiVader / githubweb
  8. added buttonaction (commit: 71b949c) — BerndiVader / githubweb
  9. minor adjustments (commit: 42d0d94) — BerndiVader / githubweb
  10. adjusted commands to fit permissions in execution (commit: 3ead6f1) — BerndiVader / githubweb
  11. added buttonaction listener (commit: eec39db) — BerndiVader / githubweb
  12. only download creator or permitted users can cancel download (commit: 34c5c03) — BerndiVader / githubweb

#86 (Aug 13, 2024, 2:13:47 PM)

  1. updated config classes to use guild and member permissions (commit: 5a16c7e) — BerndiVader / githubweb
  2. added permissions for guilds and members (commit: 5f47e30) — BerndiVader / githubweb
  3. added member permissions by rank to discord commands (commit: 2e6314d) — BerndiVader / githubweb
  4. discord bot now only allows to be joined to permitted guilds (commit: 104572b) — BerndiVader / githubweb
  5. minor adjustments and optimizations (commit: 72240e5) — BerndiVader / githubweb

#85 (Aug 11, 2024, 1:42:02 PM)

  1. fixed possible mysql memoryleaks (commit: 2e413bf) — BerndiVader / githubweb
  2. using canonicalpath to avoid false flag (commit: b4cc58f) — BerndiVader / githubweb
  3. minor adjustments (commit: 03b1e2c) — BerndiVader / githubweb
  4. removed  some no longer used config options (commit: 3755602) — BerndiVader / githubweb
  5. using clients event handling instead of dispatcher (commit: 2f4eb54) — BerndiVader / githubweb

#84 (Aug 9, 2024, 4:34:03 PM)

  1. minor case sensitive bug fixed (commit: 2401e3d) — BerndiVader / githubweb
  2. set streaming to hold if streaming folders empty. (commit: bca6dca) — BerndiVader / githubweb

#83 (Aug 9, 2024, 1:03:32 PM)

  1. added livestream resouce to livestatus cli command (commit: 8753295) — BerndiVader / githubweb

#82 (Aug 9, 2024, 8:09:51 AM)

  1. update to work with new package structure (commit: 77c9b33) — BerndiVader / githubweb

#81 (Aug 9, 2024, 8:07:06 AM)

  1. renamed oauth2 flow cli cmd (commit: d277a6a) — BerndiVader / githubweb
  2. refactored Youtube package (commit: 1b27494) — BerndiVader / githubweb

#80 (Aug 8, 2024, 8:40:59 PM)

  1. fixed bug in broadcastrunner (commit: 51f647e) — BerndiVader / githubweb
  2. added default live broadcast title,description and status (commit: e353085) — BerndiVader / githubweb
  3. now creates a packet and set the source to avoid npe (commit: a48a97a) — BerndiVader / githubweb
  4. enum for privacy status to avoid missconfiguration (commit: b6767e2) — BerndiVader / githubweb
  5. cli command to manually create a live broadcast. (commit: cf27310) — BerndiVader / githubweb
  6. refactored initate live broadcast flow (commit: 7e76769) — BerndiVader / githubweb

#79 (Aug 6, 2024, 11:22:43 PM)

  1. refactored errorpacket (commit: f8a3368) — BerndiVader / githubweb
  2. added youtube api methods for better control over the running live (commit: 84b9f15) — BerndiVader / githubweb

#78 (Jul 31, 2024, 10:37:21 PM)

  1. added YT refresh token behavior (commit: b30a248) — BerndiVader / githubweb
  2. create new livestream&&refresh yt token (commit: b48ccb2) — BerndiVader / githubweb

#77 (Jul 31, 2024, 1:48:04 PM)

  1. added build method to youtube packets superclass (commit: 2adf691) — BerndiVader / githubweb
  2. added header and footer (commit: fade3cb) — BerndiVader / githubweb
  3. added oauth2 verification to php (commit: 8600f74) — BerndiVader / githubweb
  4. added oauth2 flow for youtube channel (commit: 8dce449) — BerndiVader / githubweb

#76 (Jul 29, 2024, 6:10:54 PM)

  1. added exception handling if http conn fails (commit: 10a8745) — BerndiVader / githubweb
  2. add json source to errorpacket (commit: 5ea6861) — BerndiVader / githubweb

#75 (Jul 28, 2024, 3:22:17 PM)

  1. optimized reading http response for large content (commit: 71f92a2) — BerndiVader / githubweb
  2. close httpclient on exit. (commit: cba6416) — BerndiVader / githubweb

#74 (Jul 27, 2024, 9:06:13 PM)

  1. moved build from helper to the classes itself, for cleanup (commit: a1b65d2) — BerndiVader / githubweb
  2. minor small updates and adjustments (commit: d4eafcd) — BerndiVader / githubweb
  3. now give processes chance to finish by themselfs with waitforprocess method (commit: 444fe06) — BerndiVader / githubweb
  4. config now use a root dl path and single entries to build the mysql connection string (commit: c625332) — BerndiVader / githubweb
  5. minor adjustments (commit: 85fbe5e) — BerndiVader / githubweb

#73 (Jul 24, 2024, 11:05:48 PM)

  1. added more info from metadata (commit: 454bae1) — BerndiVader / githubweb
  2. added filelist cli command (commit: e3a9ac0) — BerndiVader / githubweb

#72 (Jul 23, 2024, 8:10:42 PM)

  1. delete unused thumbnails aswell (commit: 4feee81) — BerndiVader / githubweb
  2. more stable to use 2nd statement (commit: f7293de) — BerndiVader / githubweb
  3. minor refaktoring (commit: dfceae2) — BerndiVader / githubweb
  4. minor refactoring (commit: d301137) — BerndiVader / githubweb
  5. added some more details to download page (commit: 7de09b9) — BerndiVader / githubweb

#71 (Jul 22, 2024, 7:30:32 PM)

  1. minor improvements and adjustments (commit: c62dc14) — BerndiVader / githubweb
  2. prettyfied the layout a bit (commit: a5f4c58) — BerndiVader / githubweb
  3. avoid possible deadlocks while waiting for ffprobe process to be finished. (commit: 402cf0b) — BerndiVader / githubweb
  4. added more thread safety. (commit: 635c745) — BerndiVader / githubweb
  5. thread safety (commit: 0693c87) — BerndiVader / githubweb
  6. same name for dc and cli command (commit: 6575b47) — BerndiVader / githubweb
  7. removed double check (commit: f8e5d12) — BerndiVader / githubweb

#70 (Jul 19, 2024, 10:19:05 PM)

  1. delete cancel button when finished (commit: cdeb0fe) — BerndiVader / githubweb

#69 (Jul 19, 2024, 10:00:54 PM)

  1. added back cancel button to dc download process (commit: ee3861f) — BerndiVader / githubweb
  2. now only update entry in downloadables if already exists with same path (commit: 04ead8b) — BerndiVader / githubweb
  3. added command to delete unlinked downloadables from db and storage (commit: 0ce8935) — BerndiVader / githubweb

#68 (Jul 18, 2024, 9:38:35 PM)

  1. if no title set in metadata use filename as title and remove extension name. (commit: faa579c) — BerndiVader / githubweb
  2. fixed full path leak in filename (commit: acd61e2) — BerndiVader / githubweb
  3. autoclose process streams (commit: e1b11ae) — BerndiVader / githubweb
  4. only show filename instead of full path (commit: a0f08c7) — BerndiVader / githubweb
  5. rollback if batch failed (commit: 837d706) — BerndiVader / githubweb
  6. extract thumbnail and add it to mysql for downloadables (commit: 6046050) — BerndiVader / githubweb
  7. added absolute path to thumbnails in http accessible dir (commit: 3ba47ff) — BerndiVader / githubweb
  8. resize thumbnail with correct ratio (commit: ec7c2e1) — BerndiVader / githubweb
  9. removed thumbnail from mysql instead store probe json and store thumbnail in www folder (commit: 1c020d7) — BerndiVader / githubweb
  10. changed database setup (commit: 11d98ba) — BerndiVader / githubweb
  11. prettyfied download page (commit: 0ca75ed) — BerndiVader / githubweb

#67 (Jul 16, 2024, 8:05:09 PM)

  1. added errer message if mysql connection fails (commit: e1fc853) — BerndiVader / githubweb
  2. using own probe packet (commit: 2b79991) — BerndiVader / githubweb

#66 (Jul 16, 2024, 3:16:43 PM)

  1. update to dc4j 3.2.6 (commit: b867687) — BerndiVader / githubweb

#65 (Jul 14, 2024, 9:54:30 PM)

  1. filter dc role id instead of flatmap all roles (commit: c9ee0a6) — BerndiVader / githubweb
  2. renamed Stop class (commit: 5227693) — BerndiVader / githubweb
  3. check if pointer is a file (commit: 4b3a3e9) — BerndiVader / githubweb
  4. cleanup (commit: 4fce53a) — BerndiVader / githubweb
  5. allow rollback if a sql exception occurs. (commit: 6a81af4) — BerndiVader / githubweb
  6. simplyfied prepareDownloadBuilder (commit: 31b256f) — BerndiVader / githubweb

#64 (Jul 13, 2024, 4:33:29 PM)

  1. deprecated rolename. instead use id to optimize dc messagecreateevent action (commit: 03c8419) — BerndiVader / githubweb

#63 (Jul 13, 2024, 11:05:53 AM)

  1. simplyfied process building for dl (commit: 7a5a39e) — BerndiVader / githubweb
  2. using mono to run async dl process (commit: 9fb3449) — BerndiVader / githubweb
  3. check if member hasrole instead of collect all roles. (commit: fa25633) — BerndiVader / githubweb

#62 (Jul 12, 2024, 9:29:01 PM)

  1. using php buildin finfo for to get mime type (commit: e3ac80b) — BerndiVader / githubweb
  2. removed custom check in regex (commit: 15f5873) — BerndiVader / githubweb
  3. use mono list instead (commit: 5aaf42d) — BerndiVader / githubweb

#61 (Jul 11, 2024, 9:01:17 PM)

  1. fixed filenames being formatted by dc (commit: 4d90ca2) — BerndiVader / githubweb
  2. fixed possible status override at start of download (commit: ddbe764) — BerndiVader / githubweb
  3. saved one sub call (commit: 8947652) — BerndiVader / githubweb

#60 (Jul 11, 2024, 3:04:40 PM)

  1. simplyfied some method (commit: 9eecd86) — BerndiVader / githubweb
  2. dc bot now returns info if author dont have role to execute commands (commit: a250f8d) — BerndiVader / githubweb

#59 (Jul 10, 2024, 9:01:17 PM)

  1. fixed pattern compile error in playlist regex (commit: 1de966e) — BerndiVader / githubweb

#58 (Jul 10, 2024, 6:48:36 PM)

  1. simplyfied and role collecting is now non blocking (commit: 9204812) — BerndiVader / githubweb

#57 (Jul 10, 2024, 12:11:55 PM)

  1. renamed cli cmd streamby to ytlive. (commit: bb1f4fa) — BerndiVader / githubweb
  2. allow empty argument (commit: dbd7201) — BerndiVader / githubweb
  3. added default thumbnail (commit: 0de2180) — BerndiVader / githubweb
  4. dc cmd to show yt livestream status (commit: 0f8ae8e) — BerndiVader / githubweb

#56 (Jul 9, 2024, 5:29:26 PM)

  1. changed executors to cached and for scheduleds to singlethread (commit: b10aaa7) — BerndiVader / githubweb
  2. added enum for better db connection status (commit: f63696b) — BerndiVader / githubweb
  3. fixed possible npe in isset (commit: 5cabf7c) — BerndiVader / githubweb
  4. added error handling on dc replies. (commit: b03dcfb) — BerndiVader / githubweb

#55 (Jul 8, 2024, 3:31:05 PM)

  1. temp download dir now configurable (commit: 151e826) — BerndiVader / githubweb
  2. minor adjustments in db classes (commit: b5ddf53) — BerndiVader / githubweb
  3. added 2nd gson for case sensitive field names. (commit: 80f92b4) — BerndiVader / githubweb
  4. added download media folder to config (commit: da41a90) — BerndiVader / githubweb
  5. use helper method to get download folder (commit: 2d5f0f5) — BerndiVader / githubweb
  6. renamed some download arguments to more reasonable names. (commit: a697c32) — BerndiVader / githubweb
  7. prepared discord commands to use permissions. (commit: 403c4cf) — BerndiVader / githubweb

#54 (Jul 7, 2024, 4:44:45 PM)

  1. use own gson for config (commit: 669248c) — BerndiVader / githubweb
  2. added custom naming strategy for gson. (commit: b298d55) — BerndiVader / githubweb
  3. added current command for console (commit: 1b445cb) — BerndiVader / githubweb
  4. adjusted probepacket (commit: 0ee76d0) — BerndiVader / githubweb
  5. probepacket now accept lower and upper case fieldnames (commit: 234aa4d) — BerndiVader / githubweb

#53 (Jul 6, 2024, 11:33:57 PM)

  1. method for installing tables on database. (commit: 620f751) — BerndiVader / githubweb
  2. adjustemnts in ffprobe packet (commit: c6efb43) — BerndiVader / githubweb
  3. dc current now uses ffprobe to gather current media information (commit: 1e2f041) — BerndiVader / githubweb
  4. using future to make sure ffmpeg processes finish after 60 seconds. (commit: ac3f4b5) — BerndiVader / githubweb

#52 (Jul 5, 2024, 8:10:22 PM)

  1. youtube channel id added (commit: 5ecbc2b) — BerndiVader / githubweb
  2. adjusted yt json packets (commit: bde7c9b) — BerndiVader / githubweb
  3. completed streambyid command (commit: 63744d7) — BerndiVader / githubweb

#51 (Jul 4, 2024, 8:43:03 PM)

  1. error logging in debug mode added (commit: 98765b8) — BerndiVader / githubweb

#50 (Jul 4, 2024, 5:41:22 PM)

  1. dc bot not listens to dot commands without the prefix. (commit: d6eeeb9) — BerndiVader / githubweb
  2. added stopFuture to stop current broadcasting && prettyfied console output. (commit: 9dca8f5) — BerndiVader / githubweb

#49 (Jul 1, 2024, 9:44:08 PM)

  1. simplyfied makedownload process. (commit: d24d568) — BerndiVader / githubweb
  2. added isSet method (commit: 9726d6c) — BerndiVader / githubweb
  3. added requirements to dc & console commands (commit: 94eee05) — BerndiVader / githubweb
  4. fix possible exceptions (commit: 3d23bdf) — BerndiVader / githubweb

#48 (Jul 1, 2024, 9:45:25 AM)

  1. removed connection.commit call; (commit: 64ad3ed) — BerndiVader / githubweb
  2. added interval and amount for downloadables (commit: 26f18a7) — BerndiVader / githubweb
  3. Before download media cleanup downloadables. (commit: ee1a8d8) — BerndiVader / githubweb
  4. Only select path in select query. (commit: 83f1a7f) — BerndiVader / githubweb
  5. Loop console args && wipe command awaits in main. (commit: 2ec6870) — BerndiVader / githubweb
  6. dc and stream bot optional (commit: fa75ee2) — BerndiVader / githubweb

#47 (Jun 29, 2024, 6:37:33 PM)

  1. simplyfied bool question (commit: 304ebe2) — BerndiVader / githubweb
  2. mysql request changed to callables. (commit: 9949314) — BerndiVader / githubweb

#46 (Jun 27, 2024, 7:32:08 PM)

  1. Prevent NPE if discord login failed. (commit: 26cde78) — BerndiVader / githubweb
  2. Notify only in debug mode. (commit: d528bf7) — BerndiVader / githubweb

#45 (Jun 26, 2024, 9:07:34 AM)

  1. added "--auto" download shortcut. (commit: e5c0aff) — BerndiVader / githubweb
  2. downloadables table now use bigint for timestamp (commit: bc97bdc) — BerndiVader / githubweb
  3. store seconds to in timestamp instead of milliseconds (commit: 0c2aa62) — BerndiVader / githubweb

#44 (Jun 25, 2024, 8:25:01 PM)

  1. Progress update message subscribe. (commit: e9c02e4) — BerndiVader / githubweb
  2. added method to get infopacket from existing media (commit: 7f3646b) — BerndiVader / githubweb
  3. added download url link (commit: b24fccd) — BerndiVader / githubweb
  4. media download commands now can use --downloadable option to get direkt downloadlink (commit: ea2ce17) — BerndiVader / githubweb

#43 (Jun 23, 2024, 4:23:42 PM)

  1. fixed  issues with infopacket (commit: 506e365) — BerndiVader / githubweb
  2. download commands now use infopacket to display (commit: 28b425b) — BerndiVader / githubweb

#42 (Jun 22, 2024, 4:43:52 PM)

  1. added more ansi control (commit: e06e573) — BerndiVader / githubweb
  2. download output now use singleline (commit: 885efac) — BerndiVader / githubweb
  3. added default values (commit: 030c222) — BerndiVader / githubweb
  4. prepare for downloadable files (commit: 365b8da) — BerndiVader / githubweb

#41 (Jun 21, 2024, 8:44:35 AM)

  1. renamed command dl class to fit with dc command (commit: b6d96b1) — BerndiVader / githubweb
  2. close db conn instant after answer (commit: 153e4fe) — BerndiVader / githubweb
  3. use static gson from helper class (commit: 5e3084b) — BerndiVader / githubweb

#40 (Jun 20, 2024, 5:12:07 PM)

  1. executors && clients are now final (commit: d826bb6) — BerndiVader / githubweb
  2. merged process and infopacket building into helper class (commit: d46c6c0) — BerndiVader / githubweb
  3. scripts to send download links (commit: 9fcd08e) — BerndiVader / githubweb
  4. fix issues with MariaDB (commit: e352273) — BerndiVader / githubweb
  5. create downloadables table at startup if not exists (commit: 14a81c7) — BerndiVader / githubweb
  6. optimized ansi console output (commit: be3723c) — BerndiVader / githubweb
  7. config cookies now never be null (commit: 60f498f) — BerndiVader / githubweb
  8. optimized dl option parser && return entry for infopaket is now optional to avoid exeception (commit: 6e24477) — BerndiVader / githubweb
  9. get InfoPacket from Optional (commit: 13b3e51) — BerndiVader / githubweb

#39 (Jun 10, 2024, 8:14:34 AM)

  1. merged Utils.class into Helper.class (commit: 9ffc0e6) — BerndiVader / githubweb

#38 (Jun 9, 2024, 7:44:22 PM)

  1. Avoid deadlocks at exit (commit: 2e3ab2f) — BerndiVader / githubweb
  2. Optional allow cookies to avoid yt blocks on anon downloads. (commit: 1a00274) — BerndiVader / githubweb
  3. Switch on printout stacktree on catched exceptions. (commit: fa2dc5d) — BerndiVader / githubweb
  4. prettyfied output (commit: 1a53e17) — BerndiVader / githubweb
  5. advanced error and warning output (commit: 2e07f8e) — BerndiVader / githubweb

#37 (May 24, 2024, 8:35:48 PM)

  1. added ansi parsing for console output (commit: 4f8d162) — BerndiVader / githubweb

#36 (May 18, 2024, 5:38:27 PM)

  1. create packet for media details (commit: df08804) — BerndiVader / githubweb
  2. simplyfied download process (commit: b3c5be1) — BerndiVader / githubweb
  3. removed unused fields (commit: 7eeb8cc) — BerndiVader / githubweb

#35 (May 7, 2024, 5:20:24 PM)

  1. removed sendHelp method (commit: 14815f0) — BerndiVader / githubweb
  2. better status filter for discord dlp command (commit: b4a88e5) — BerndiVader / githubweb

#34 (Apr 26, 2024, 7:50:31 AM)

  1. prevent too long filenames (commit: 79578d5) — BerndiVader / githubweb

#33 (Apr 25, 2024, 7:44:42 AM)

  1. added timeout to config for mediadownload processes (commit: 01d7baa) — BerndiVader / githubweb
  2. added timeout to process and better output parsing (commit: 6ac1baf) — BerndiVader / githubweb
  3. added timeout and better handling for output (commit: 8c52d7c) — BerndiVader / githubweb

#32 (Apr 19, 2024, 5:08:29 PM)

  1. added cancel button and temp listener to cancel downloads (commit: 20bd014) — BerndiVader / githubweb

#31 (Apr 9, 2024, 4:24:46 PM)

  1. added toolchain resolver for future compatibility (commit: 73755fa) — BerndiVader / githubweb

#30 (Apr 9, 2024, 4:12:26 PM)

  1. moved buildcan in gradle.build && added stream reader to utils (commit: 2892723) — BerndiVader / githubweb
  2. using none blocking for bufferedreaders in mediadownload (commit: ef96ae0) — BerndiVader / githubweb

#29 (Apr 7, 2024, 8:47:09 PM)

  1. added scan to ci (commit: 5e45081) — BerndiVader / githubweb

#24 (Apr 7, 2024, 9:02:52 AM)

  1. added toolchain for ci compatibility (commit: 738319c) — BerndiVader / githubweb

#23 (Apr 7, 2024, 3:25:16 AM)

  1. fix StringBuilder.isEmpty() issue (commit: 1264a8d) — BerndiVader / githubweb

#22 (Apr 7, 2024, 3:16:41 AM)

  1. fix io.exception on linux when dlp interrupted by command (commit: 8764348) — BerndiVader / githubweb

#21 (Apr 4, 2024, 12:22:16 PM)

  1. removed lavaplayer dependency (commit: b0fbaaa) — BerndiVader / githubweb
  2. discord mediadownload now output error to channel instead of cli (commit: e519f1a) — BerndiVader / githubweb

#20 (Apr 4, 2024, 7:58:15 AM)

  1. make saveConfig return bool more clear (commit: 7b1f252) — BerndiVader / githubweb
  2. make saveConfig bool more clear (commit: 4bf105c) — BerndiVader / githubweb
  3. store command class and use usage for help (commit: 1cb2122) — BerndiVader / githubweb
  4. added usage to cli and discord commands (commit: cb04515) — BerndiVader / githubweb

#19 (Apr 1, 2024, 9:09:56 PM)

  1. advanced download output message (commit: 2fbb2a1) — BerndiVader / githubweb

#18 (Mar 31, 2024, 5:03:22 PM)

  1. check if process is still alive befor destroy (commit: b29d125) — BerndiVader / githubweb
  2. added usage to console dlp command (commit: 13197ae) — BerndiVader / githubweb
  3. created discord dlp command (commit: 1b2b026) — BerndiVader / githubweb

#17 (Mar 30, 2024, 4:24:48 PM)

  1. added printErr method (commit: 9cf2dd7) — BerndiVader / githubweb
  2. added consolecommand to download media files (commit: 76c1811) — BerndiVader / githubweb

#16 (Mar 23, 2024, 8:04:12 PM)

  1. removed unused codeparts (commit: 699ef28) — BerndiVader / githubweb
  2. moved error handling to superclass (commit: ba1259f) — BerndiVader / githubweb
  3. ready for going live again (commit: 509b3c4) — BerndiVader / githubweb
  4. load the command classes for performance reason (commit: 5c60525) — BerndiVader / githubweb

#15 (Mar 4, 2024, 7:07:04 PM)

  1. renamed GetHttpCallable to Response (commit: 39277cf) — BerndiVader / githubweb
  2. added usage annotation to commands (commit: a11c554) — BerndiVader / githubweb
  3. added usage annotation to commands (commit: c5073de) — BerndiVader / githubweb
  4. added packets for yt json response (commit: 8dcad24) — BerndiVader / githubweb
  5. temporary removed connections for testing (commit: f345576) — BerndiVader / githubweb
  6. using packets instead of json (commit: 90945fe) — BerndiVader / githubweb

#14 (Feb 26, 2024, 11:23:05 PM)

  1. removed packagepath (commit: 9d30778) — BerndiVader / githubweb

#13 (Feb 22, 2024, 8:21:29 PM)

  1. some progress (commit: 4e92c87) — BerndiVader / githubweb
  2. added yt api (commit: 5b0f389) — BerndiVader / githubweb

#12 (Feb 22, 2024, 7:08:59 PM)

  1. update build script (commit: 41b852a) — BerndiVader / githubweb

#11 (Dec 30, 2023, 10:31:25 PM)

  1. move to gradle 8.5 (commit: e2573ee) — BerndiVader / githubweb

#9 (Dec 29, 2023, 8:40:32 PM)

  1. Update readme.md (commit: 397e6e2) — noreply / githubweb
  2. gradle update (commit: 036e88c) — BerndiVader / githubweb

#8 (Mar 8, 2023, 8:47:05 AM)

  1. added commandline options (commit: 8c13b69) — BerndiVader / githubweb
  2. update presence still fails (commit: a0b05e6) — BerndiVader / githubweb
  3. refactored mysql playlist table update (commit: ed9878b) — BerndiVader / githubweb
  4. added clear mysql tables runnable (commit: 83c7368) — BerndiVader / githubweb

#7 (Feb 24, 2023, 12:01:51 PM)

  1. fix for iscommand (commit: 650b13e) — BerndiVader / githubweb

#6 (Feb 23, 2023, 6:36:12 PM)

  1. fix conflicts (commit: b750b53) — BerndiVader / githubweb
  2. fix conflicts (commit: 590d7f7) — BerndiVader / githubweb

#5 (Feb 23, 2023, 6:28:42 PM)

  1. fix for DiscordBot instance && async to message send (commit: e87cac2) — BerndiVader / githubweb

#4 (Feb 18, 2023, 10:52:40 PM)

  1. some more updates (commit: 4a03903) — BerndiVader / githubweb