Skip to content

Commit

Permalink
Remove ScraperSettings and get them into VideoPreferencesCommon
Browse files Browse the repository at this point in the history
Remove a layer of complexity that was there when having tmdb and tvdb and settings per scraper.
Enables to unify way of handling language lists with opensubtitles and have only one menu entry with same look and feel.
  • Loading branch information
courville committed Feb 17, 2024
1 parent 0976a41 commit 07047d9
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 560 deletions.
14 changes: 0 additions & 14 deletions res/layout/no_settings.xml

This file was deleted.

6 changes: 0 additions & 6 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@
<!-- label underneath icon used to indicate there was an error accessing the internal storage -->
<string name="storage_error_message">An error was encountered on your internal storage.</string>

<string name="scraper_no_settings">No settings available for this source.</string>
<string-array name="scraper_labels_array">
<item>enable_fanart:Enable Fanart</item>
<item>info_language:Language</item>
</string-array>

<string name="tv_show_genre_action">Action</string>
<string name="tv_show_genre_adventure">Adventure</string>
<string name="tv_show_genre_animation">Animation</string>
Expand Down
2 changes: 0 additions & 2 deletions src/com/archos/mediascraper/AllCollectionScrapeService.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import com.archos.mediacenter.utils.AppState;
import com.archos.medialib.R;
import com.archos.mediaprovider.video.ScraperStore;
import com.archos.mediascraper.settings.ScraperSettings;
import com.archos.mediascraper.themoviedb3.CollectionInfo;
import com.archos.mediascraper.themoviedb3.CollectionResult;
import com.archos.mediascraper.themoviedb3.MovieCollection;
Expand Down Expand Up @@ -65,7 +64,6 @@ public class AllCollectionScrapeService extends IntentService {
private static final String notifChannelId = "AllCollectionScrapeService_id";
private static final String notifChannelName = "AllCollectionScrapeService";
private static final String notifChannelDescr = "AllCollectionScrapeService";
private static ScraperSettings sSettings = null;

private static Context mContext;

Expand Down
55 changes: 0 additions & 55 deletions src/com/archos/mediascraper/settings/ScraperPreferences.java

This file was deleted.

166 changes: 0 additions & 166 deletions src/com/archos/mediascraper/settings/ScraperPreferencesFragment.java

This file was deleted.

Loading

0 comments on commit 07047d9

Please sign in to comment.